pub type RoomCancel = Arc<Notify>;
Signal a hosted room to shut down: call notify_one() to stop it.
notify_one()
pub struct RoomCancel { /* private fields */ }