Joins the given thread running the given Runnable. If the thread is not presently running this Runnable, then the method immediately returns. Else it blocks until the Runnable has terminated. Returns true if the worker was working on the provided Runnable, else false.
(Worker thread, Runnable run)
source not stored for this graph (policy: none)
no test coverage detected