8.2.2. asyΒΆ

It contains functions to dispatch asynchronously and in parallel.

Sub-Modules:

executors

It defines the executors classes.

factory

It defines the ExecutorFactory class.

Functions

_async_eval

_async_executor

_await_result

_parallel_dispatch_executor

_parallel_executor

_parallel_pool_executor

_process_funcs

_sync_executor

async_process

Execute func(*args) in an asynchronous parallel process.

async_thread

Execute sol._evaluate_node in an asynchronous thread.

atexit_register

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

List of asynchronous results.