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