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, using the AsyncTask wrapper from the async_task module.

Structsยง

AsyncExecutor
An async executor.
AsyncLocalExecutor
A thread-local executor.