pub type Q4<T> = MpMcQueue<T, 4>;
Expand description
MPMC queue with a capability for 4 elements.
Aliased Type§
struct Q4<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.