[][src]Crate executor_trait

A collection of traits to define a common interface across executors

Traits

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.