Type Alias tokio::runtime::scheduler::multi_thread::worker::Notified

source ·
type Notified = Notified<Arc<Handle>>;
Expand description

A notified task handle

Aliased Type§

struct Notified(Task<Arc<Handle>>);

Fields§

§0: Task<Arc<Handle>>