uproot.source.fsspec.FSSpecLoopExecutor

Defined in uproot.source.fsspec on line 223.

Inheritance order:

  1. uproot.source.futures.Executor

  2. abc.ABC

class uproot.source.fsspec.FSSpecLoopExecutor

loop

FSSpecLoopExecutor.loop

submit

Inherited from uproot.source.futures.Executor.

FSSpecLoopExecutor.submit(coroutine) Future

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

shutdown

Inherited from uproot.source.futures.Executor.

FSSpecLoopExecutor.shutdown(wait: bool = True)

Stop the executor and free its resources.

closed

Inherited from uproot.source.futures.Executor.

FSSpecLoopExecutor.closed

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