Skip to main content

KansasCity

Type Alias KansasCity 

Source
pub type KansasCity<const N: usize, A> = ArcBBQueue<Inline<N>, AtomicCoord, A>;
Expand description

Inline Storage, Atomics, Async, Arc

Aliased Typeยง

pub struct KansasCity<const N: usize, A>(/* private fields */);