This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, bquinlan, hniksic, pitrou
Date 2019-05-12.15:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557673512.24.0.823274692151.issue36780@roundup.psfhosted.org>
In-reply-to
Content
As documentation reader I have a mental problem to figure out when use non-default `wait_at_exit=False` flag and when don't.

The rule like: "if you tried to call `executor.shutdown(wait=False)` and it still hangs try `executor.shutdown(wait=False, wait_at_exit=False)`, maybe it can help" doesn't sound too robust.
History
Date User Action Args
2019-05-12 15:05:12asvetlovsetrecipients: + asvetlov, bquinlan, pitrou, hniksic
2019-05-12 15:05:12asvetlovsetmessageid: <1557673512.24.0.823274692151.issue36780@roundup.psfhosted.org>
2019-05-12 15:05:12asvetlovlinkissue36780 messages
2019-05-12 15:05:11asvetlovcreate