ThreadPool.tryAssign

Assign the given job to a thread immediately or return false if none is available. (Returns true if one was available)

class ThreadPool(Args...)
bool
tryAssign
(,
Args args
)

Meta