concurrent.futures.Future.set_exception()

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.

doc_python
2016-10-07 17:29:08
Comments
Leave a Comment

Please login to continue.