Skip to main content

Module task_system

Module task_system 

Source
Expand description

Task system / thread pool for parallel query execution.

Uses rayon under the hood for work-stealing parallelism.

Structs§

TaskSystem
A handle to Akar’s task execution system.