...
- An asynchronous method invocation has no fixed start and end point. Is possible, that a asynchronous methos is still running after its caller is already finished.
- How can i modify the start() method on Threads, so that i get the information about the Thread creator, caller and executor?