Pool

class Pool {
Tid[] pool;
int workerThreads;
}

Members

Functions

receive
bool receive(T ops)

Relay data in the mailbox back to the provided function.

Meta