Crate hopr_async_runtime

Crate hopr_async_runtime 

Source
Expand description

Executor API for HOPR which exposes the necessary async functions depending on the enabled runtime.

Modules§

prelude

Macros§

spawn_as_abortable

Structs§

AbortHandle
A handle to an Abortable task.
AbortableList
List of Abortable tasks with each task identified by a unique key of type T.

Traits§

Abortable
Abstraction over tasks that can be aborted (such as join or abort handles).