apache_beam.utils.thread_pool_executor module

class apache_beam.utils.thread_pool_executor.UnboundedThreadPoolExecutor[source]

Bases: concurrent.futures._base.Executor

submit(fn, *args, **kwargs)[source]

Attempts to submit the work item.

A runtime error is raised if the pool has been shutdown.

shutdown(wait=True)[source]
apache_beam.utils.thread_pool_executor.shared_unbounded_instance()[source]