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