Module apalis_core::executor
source · Expand description
Represents an executor. Currently tokio is implemented as default
Structs
- An Executor that uses the async-std runtime
- An Executor that uses the tokio runtime
Traits
- An Executor that is used to spawn futures