[][src]Module aeron_rs::concurrent::atomic_vec

Structs

AtomicVec

AtomicVec stores elements of type T and provides thread safe operations on Vec. Atomic behavior provided on AtomicVec as a whole.