Module abortable_scope

Source

Structs§

AbortError
The error returned when a future wrapped with abortable is aborted.
AbortHandle
AbortHandle allows aborting a future.
AbortableScope
AbortableScope transforms futures into abortable futures.

Traits§

AbortFutureExt