uproot.source.futures.Executor

Defined in uproot.source.futures on line 41.

Inheritance order:

  1. abc.ABC

class uproot.source.futures.Executor

submit

abstract Executor.submit(task, /, *args, **kwargs)

Submit a task to be run in the background and return a Future object representing that task.

shutdown

Executor.shutdown(wait: bool = True)

Stop the executor and free its resources.

closed

Executor.closed

True if the executor has been stopped and its resources freed.