Type Alias crossbeam_utils::thread::SharedVec

source ·
type SharedVec<T> = Arc<Mutex<Vec<T>>>;

Aliased Type§

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