Skip to main content

apply_default_executor

Function apply_default_executor 

Source
pub fn apply_default_executor(items: &mut [Item], ex: &Ident)
Expand description

Apply the graph’s default executor to nodes and pools that do not write their own executor: clause. Only items whose task source is a task: fn or a spawn: path/partial call are eligible; parked nodes and verbatim spawn: closures keep the supervisor’s executor.