Module async_executor

Module async_executor 

Source
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ยง

AsyncExecutor
An async executor.
AsyncLocalExecutor
A thread-local executor.
AsyncTask
A task wrapper for async_task::Task that implements the Task trait.