pub type Q16<T> = MpMcQueue<T, 16>;
Expand description
MPMC queue with a capability for 16 elements.
Aliased Type§
struct Q16<T> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.