Function r3_port_std::lock_scheduler[][src]

pub fn lock_scheduler<System: PortInstance>() -> impl Sized
Expand description

Temporarily lock the scheduler, disabling preemption.

All operating system and port functions will be unavailable until the lock is relinquished.