Available on crate feature
async-executor
only.Expand description
Integration with the async-executor
crate.
This module provides implementations of the Executor
and LocalExecutor
traits
for the async-executor
crate, along with the AsyncTask
wrapper.
Structsยง
- Async
Executor - An async executor.
- Async
Local Executor - A thread-local executor.
- Async
Task - A task wrapper for
async_task::Task
that implements theTask
trait.