Skip to main content

Module abort

Module abort 

Expand description

Middleware that allows a user to cancel an operation using a controller.

This is similar to a timeout but based on any kind of external condition.

Structs§

AbortController
Controller used to abort a connected Abortable.
Abortable
Applies the option to abort an inner service.
AbortableLayer
Applies the option to abort an inner service.
Aborted
service was aborted via controller

Type Aliases§

DefaultAbortable
default Abortable