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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.