get([timeout])
Return the result when it arrives. If timeout is not None
and the result does not arrive within timeout seconds then multiprocessing.TimeoutError
is raised. If the remote call raised an exception then that exception will be reraised by get()
.
Please login to continue.