Type Alias stdio::RingBufferEofRef
source · pub type RingBufferEofRef<T> = Arc<Mutex<RingBufferEof<T>>>;
Expand description
A reference to a ring buffer with an EOF mark with mutex protection.
Aliased Type§
struct RingBufferEofRef<T> { /* private fields */ }