Module task_queue::spawn_policy [] [src]

Trait that controls the number of threads.

The queue is trying to change the number of threads only when new tasks come into it. In the TaskQueue::enqueue method.

Structs

StaticSpawnPolicy

Traits

SpawnPolicy