WakeSignal

Type Alias WakeSignal 

Source
pub type WakeSignal = Arc<Signal<CriticalSectionRawMutex, ()>>;
Expand description

A signal used to wake the runner when socket activity occurs.

Aliased Typeยง

pub struct WakeSignal { /* private fields */ }