7.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_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.