real-time 0.5.0

Safely share data with a real-time thread.
Documentation
1
2
3
4
5
#[cfg(not(loom))]
pub use std::thread::*;

#[cfg(loom)]
pub use loom::thread::*;