MCPcopy Create free account
hub / github.com/cosdata/cosdata / AtomicArray

Class AtomicArray

src/models/atomic_array.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4};
5
6pub struct AtomicArray<T, const N: usize> {
7 pub(crate) items: [AtomicPtr<T>; N],
8}
9
10#[cfg(test)]
11impl<T: PartialEq, const N: usize> PartialEq for AtomicArray<T, N> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected