Type Alias Notified

Source
type Notified = Notified<Arc<Handle>>;
Expand description

A notified task handle

Aliased Type§

#[repr(transparent)]
struct Notified(Task<Arc<Handle>>);

Tuple Fields§

§0: Task<Arc<Handle>>