Skip to main content

Module executors

Module executors 

Expand description

executors module provides implementations for the Execute trait for widely used runtimes.

OpenDAL provides executor integrations through features such as executors-xxx. Enable the corresponding feature to select an executor. You can also provide your own executor by implementing the Execute trait.

Structsยง

TokioExecutor
Executor that uses the [tokio::task::spawn] to execute futures.