preempt-rt 0.1.1

A lightweight Rust library for using the kernel's PREEMPT_RT scheduling functionality
Documentation
1
2
3
4
#[cfg(target_os = "linux")]
pub mod sched;
#[cfg(target_os = "linux")]
pub mod thread;