Structsยง
- Abort
Handle - A handle to an
Abortabletask. - Abort
Inner ๐ - Abort
Registration - A registration handle for an
Abortabletask. Values of this type can be acquired fromAbortHandle::newand are used in calls toAbortable::new. - Abortable
- A future/stream which can be remotely short-circuited using an
AbortHandle. - Aborted
- Indicator that the
Abortabletask was aborted.