...
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?
- Is there a universal solution for every thread pool implementation?
Current solution (state)
(Previous solution approaches regarding this topic were already discussed in the master thesis.)
...