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.