Module shared

Source

Traits§

SharedExt
A convenience trait around RwLock.

Type Aliases§

Shared
A convenience type alias for Arc<RwLock<T>>.