Module futures_util::abortable
source · Structs§
- A handle to an
Abortable
task. - A registration handle for an
Abortable
task. Values of this type can be acquired fromAbortHandle::new
and are used in calls toAbortable::new
. - A future/stream which can be remotely short-circuited using an
AbortHandle
. - Indicator that the
Abortable
task was aborted.