On 8/6/2014 12:34 PM, Sean Kelly wrote:
There is no facility for forcing a clean termination of another
thread.

Understood - so the only option is to force an unclean termination.

Let me emphasize that when an assert trips, the program has failed. It is in an invalid, unknown, indeterminate state from that moment forward.

Use enforce() for errors that are anticipated and cleanly recoverable, not 
assert().

Reply via email to