Module abortable

Source

Structsยง

AbortHandle
A handle to an Abortable task.
AbortInner ๐Ÿ”’
AbortRegistration
A registration handle for an Abortable task. Values of this type can be acquired from AbortHandle::new and are used in calls to Abortable::new.
Abortable
A future/stream which can be remotely short-circuited using an AbortHandle.
Aborted
Indicator that the Abortable task was aborted.