Expand description
Executor API for HOPR which exposes the necessary async functions depending on the enabled runtime.
Modules§
Macros§
Structs§
- Abort
Handle - A handle to an
Abortabletask. - Abortable
List - List of
Abortabletasks with each task identified by a unique key of typeT.
Traits§
- Abortable
- Abstraction over tasks that can be aborted (such as join or abort handles).