set_exception(exception)
Mark the future done and set an exception.
If the future is already done when this method is called, raises InvalidStateError
.
set_exception(exception)
Mark the future done and set an exception.
If the future is already done when this method is called, raises InvalidStateError
.
Please login to continue.