Expand description
A collection of traits to define a common interface across executors
Structs§
- Local
Executor Error - An error to notify that the current executor doesn’t support spawning local tasks. Holds the task that we tried to spawn.
Traits§
- Blocking
Executor - A common interface for spawning blocking tasks on top of an executor
- Executor
- A common interface for spawning futures on top of an executor
- Full
Executor - A common interface for spawning futures and blocking tasks on top of an executor
- Task
- A common interface to wait for a Task completion, let it run n the background or cancel it.