Expand description
Executor API for HOPR which exposes the necessary async functions depending on the enabled runtime.
Modules§
- diagnostics
- Passive diagnostics for attributing high-frequency async polling.
- prelude
Structs§
- Abort
Handle - A handle to an
Abortabletask. - Abortable
List - List of
Abortabletasks with each task identified by a unique key of typeT. - Drop
Abortable - Wrapper around [
futures::stream::Abortable] that also automatically drops the inner stream when the abort handle is fired.
Traits§
- Abortable
- Abstraction over tasks that can be aborted (such as join or abort handles).