8.2.2. asyΒΆ

It contains functions to dispatch asynchronously and in parallel.

Functions

async_process Execute func(*args) in an asynchronous parallel process.
async_thread Execute sol._evaluate_node in an asynchronous thread.
await_result Return the result of a Future object.
register_executor Register a new executor type.
shutdown_executor Clean-up the resources associated with the Executor.
shutdown_executors Clean-up the resources of all initialized executors.

Classes

AsyncList
Executor Base Executor
PoolExecutor General PoolExecutor to dispatch asynchronously and in parallel.
ProcessExecutor Multi Process Executor
ProcessPoolExecutor Process Pool Executor
ThreadExecutor Multi Thread Executor