done()
Return True if the future is done.
Done means either that a result / exception are available, or that the future was cancelled.
done()
Return True if the future is done.
Done means either that a result / exception are available, or that the future was cancelled.
Please login to continue.