Skip to main content

WeakSArcMutex

Type Alias WeakSArcMutex 

Source
pub type WeakSArcMutex<T> = WeakSArc<MutexStorage, T>;
Expand description

Weak handle for SArcMutex.

Use this alias when the strong handle has type SArcMutex<T>.

Aliased Typeยง

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