TASK_POOL

Static TASK_POOL 

Source
static TASK_POOL: Once<TaskPool>
Expand description

Global task pool storing all tasks Using spin::Once with Box-ed tasks array to avoid large stack usage.