Module threadpool

Module threadpool 

Source
Expand description

Helpers for multithreaded code. An interface for dealing with the kinds of parallel computations involved.

Structs§

Waiter
A future that is waiting for a result.
Worker
A worker operates on a pool of threads.

Statics§

THREAD_POOL
The thread pool that is used for the computations.