Expand description
Cancellable futures.
Structsยง
- Cancel ๐
- A cancellable future type, loosely influenced by
RemoteHandle. - Cancel
Handle ๐ - An object that can be used to cancel a future.
- Cancelled ๐
- An error returned from a
Cancelfuture if it is cancelled. - Inner ๐
- Inner state shared between
Canceland the `CancelHandle.
Enumsยง
- Cannot
Cancel ๐ - An error returned when we cannot cancel a future.
- Status ๐
- Possible status of
Cancelfuture.