ThreadPool.append

Put a job into the pool for eventual execution.

Warning: Acts as a stack, not a queue as you would expect

class ThreadPool(Args...)
void
append
(,
Args args
)

Meta