set_exception(exception)
Sets the result of the work associated with the Future to the Exception exception.
This method should only be used by Executor implementations and unit tests.
set_exception(exception)
Sets the result of the work associated with the Future to the Exception exception.
This method should only be used by Executor implementations and unit tests.
Please login to continue.