Expand description
Thread pool implementation
Structs§
- Thread
Pool - A thread pool for executing tasks concurrently
Functions§
- global_
pool - Get or initialize the global thread pool
- num_
cpus - Get the number of available CPU cores
Thread pool implementation