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