Access Thread from inside Runnable

Viewed 9509

How can I access Thread object that is executing given Runnable? What I'd like to do is to call sleep() from within run() method.

2 Answers
Related