pub const TIMEOUT_INTERVAL: u32 = 100;
Expand description
Timeout granularity.
Timeouts will be checked no more often than this interval (in milliseconds).
See Stack::update()
.
pub const TIMEOUT_INTERVAL: u32 = 100;
Timeout granularity.
Timeouts will be checked no more often than this interval (in milliseconds).
See Stack::update()
.