Structs§
- Single
Queue Threadpool - Abstraction of a thread pool for basic parallelism.
- Thread
Pool - Abstraction of a thread pool for basic parallelism.
Functions§
- lft_
auto_ config - Creates a new thread pool with the same number of workers as CPUs are detected.
- lft_
builder - Initiate a new
Builder
. - single_
queue_ threadpool_ auto_ config - Creates a new thread pool with the same number of workers as CPUs are detected.
- single_
queue_ threadpool_ builder - Initiate a new
SingleQueueThreadpoolBuilder
.