macro_rules! spawn_min_event_loop {
    ($ctx: expr, { $($select: tt)* }) => { ... };
}