Crate lft_rust

Source

Structs§

SingleQueueThreadpool
Abstraction of a thread pool for basic parallelism.
ThreadPool
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.