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, using the AsyncTask
wrapper from the async_task
module.
Structsยง
- Async
Executor - An async executor.
- Async
Local Executor - A thread-local executor.