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