Skip to main content

Module task_pool

Module task_pool 

Source
Expand description

A thin wrapper around [stdx::thread::Pool] which threads a sender through spawned jobs. It is used in crate::global_state::GlobalState throughout the main loop.

Structsยง

DeferredTaskQueue ๐Ÿ”’
DeferredTaskQueue holds deferred tasks.
TaskPool ๐Ÿ”’