Type Alias crossbeam_utils::thread::SharedOption

source ·
type SharedOption<T> = Arc<Mutex<Option<T>>>;

Aliased Type§

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