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.
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.