Skip to main content

Module pool

Module pool 

Source
Expand description

Execution domains split by workload shape so one kind of work cannot starve another: long-lived actors on the actor pool (coordination for tiny high-frequency handlers, flow for heavy flow execution), short-lived work on the task pool, data-parallel work on the compute pool, async I/O on the embedded tokio runtime.

Modules§

compute

Structs§

PoolConfig
Pools