type Notified = Notified<Arc<Handle>>;
#[repr(transparent)]struct Notified(Task<Arc<Handle>>);
0: Task<Arc<Handle>>