Type Definition async_atomic::Subscriber
source · pub type Subscriber<T> = GenericSubscriber<T, Arc<Atomic<T>>>;
Expand description
Subscriber of the atomic variable.
References to an underlying atomic could be obtained using Deref
.
pub type Subscriber<T> = GenericSubscriber<T, Arc<Atomic<T>>>;
Subscriber of the atomic variable.
References to an underlying atomic could be obtained using Deref
.