Type Alias tokio::runtime::scheduler::current_thread::Notified

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

Aliased Type§

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

Fields§

§0: Task<Arc<Handle>>