Methods
result
timeout(float | None): Maximum seconds to wait. None means wait forever.
T: The result of the operation.
concurrent.futures.TimeoutError: If timeout expires before completion.concurrent.futures.CancelledError: If the operation was cancelled.Exception: Any exception raised by the operation.