macro_rules! spawn_subcomponent {
($($spawner:ident).+ ; $($block:ident).+) => { ... };
}Expand description
Spawn a sub-component that is stored in an RefCell<Option<>>
This removes the sub-component from the Option and then spawns the run()
function.