Creates a thread pool with pool size equal to the number of CPU cores.
Example:
var pool = WorkerPool.withDefault ();
a new WorkerPool sized to CPU core count.