Skip to main content

Shared

Type Alias Shared 

Source
pub type Shared<T> = Arc<SyncMutex<T>>;
Expand description

A value shared across threads behind the crate’s standard lock.

Aliased Type§

pub struct Shared<T> { /* private fields */ }