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.
macro_rules! must_spawn {
($spawner:expr, $task:expr) => { ... };
}Replaces embassy-executor’s Spawner::must_spawn, dropped in 0.10: panics
on pool exhaustion with call-site context. Works for Spawner and
SendSpawner.