Skip to main content
Module mpsc
veecle_
os
0.1.0
Module mpsc
Module Items
Structs
In veecle_
os::
runtime
veecle_os
::
runtime
Module
mpsc
Copy item path
Expand description
MPSC (multiple-producer, single-consumer) slot implementation.
Structs
ยง
Reader
Exclusive reader for
Storable
types from an mpsc slot.
Writer
Writer for an mpsc
Storable
type.