Type Alias 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.

Aliased Type§

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