Crate edge_executor

Source

Structs§

Executor
An async executor.
FallibleTask
A spawned task with a fallible response.
LocalExecutor
A thread-local executor.
Task
A spawned task.

Functions§

block_on
Blocks the current thread on a future.