[][src]Constant r3::kernel::TIME_USER_HEADROOM

pub const TIME_USER_HEADROOM: Duration;

The extent of how overdue a timed event can be made or how far a timed event can be delayed past Duration::MAX by a call to adjust_time.

The value is 1 << 29 microseconds.