Type Alias SharedVec

Source
type SharedVec<T> = Arc<Mutex<Vec<T>>>;

Aliased Typeยง

struct SharedVec<T> { /* private fields */ }