readable

Function readable 

Source
pub fn readable<T>(value: T) -> (LockingWriter<T>, RealtimeReader<T>)
where T: Send,
Expand description

Creates a shared value that can be read on the real-time thread without blocking.