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.
pub fn readable<T>(value: T) -> (LockingWriter<T>, RealtimeReader<T>)where
T: Send,Creates a shared value that can be read on the real-time thread without blocking.