Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How to access information about the current method?

  • How to handle asynchronous methods, that are still running after its parent are already terminated?
  • How to tell the called method who is its caller or parent?
  • How to find out the three points of interest in threads?
  • How to tell, what thread created the current thread?
  • How to handle thread pools?

Current solution (state)

...