MCPcopy Create free account
hub / github.com/GMUEClab/ecj / join

Method join

ecj/src/main/java/ec/util/ThreadPool.java:192–195  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
killPooledMethod · 0.45

Calls 1

joinRunnableMethod · 0.80

Tested by

no test coverage detected