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

Method killPooled

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

Kills all unused workers in the pool. This can be used to reduce the pool to a manageable size if the number of workers in it has grown too large (an unlikely scenario). You can still use the ThreadPool after calling this function; but it will have to build new workers.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

killAllMethod · 0.95

Calls 3

isEmptyMethod · 0.45
removeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected