type Notified = Notified<Arc<Handle>>;
A notified task handle
struct Notified(Task<Arc<Handle>>);
0: Task<Arc<Handle>>