Skip to main content

RoomCancel

Type Alias RoomCancel 

Source
pub type RoomCancel = Arc<Notify>;
Expand description

Signal a hosted room to shut down: call notify_one() to stop it.

Aliased Typeยง

pub struct RoomCancel { /* private fields */ }