Skip to main content

must_spawn

Macro must_spawn 

Source
macro_rules! must_spawn {
    ($spawner:expr, $task:expr) => { ... };
}
Expand description

Replaces embassy-executor’s Spawner::must_spawn, dropped in 0.10: panics on pool exhaustion with call-site context. Works for Spawner and SendSpawner.