Skip to main content

WAKE_STORAGE_BYTES

Constant WAKE_STORAGE_BYTES 

Source
pub const WAKE_STORAGE_BYTES: usize = 128;
Expand description

Maximum bytes the wake primitive may occupy on any supported platform. Sized generously so we never have to bump for a new RTOS port. Asserted against the runtime probe in Wake::new.