[][src]Module threader::thread_pool

Structs

ThreadPool

An executor which distributes tasks across multiple threads using a work-stealing scheduler. Tasks can be spawned on it by calling the spawn method on the ThreadPool. Note that since this executor moves futures between different threads, the future in question must be Send.