Hacker News new | ask | show | jobs
by wiseowise 1061 days ago
> Derived from BrokenExecutor (formerly RuntimeError), this exception class is raised when one of the workers of a ProcessPoolExecutor has terminated in a non-clean fashion (for example, if it was killed from the outside).

What if it hangs?

1 comments

That isn’t the scenario originally described, but there is a timeout parameter in future.result().