class documentation

Undocumented

Method __init__ Undocumented
Method shutdown Undocumented
Method submit Undocumented
Instance Variable _executor Undocumented

Undocumented

def shutdown(self, wait: bool = True, *, cancel_futures: bool = False): (source)

Undocumented

def submit(self, fn: Callable[_P, _T], /, *args: _P.args, **kwargs: _P.kwargs) -> concurrent.futures.Future[_T]: (source)

Undocumented

_executor = (source)

Undocumented