You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exit the process when the last thread errors and there is no work to do (#235)
In PR #195, a regression was accidentally introduced. When the process
exits due to an error, it would return 0. This fixes that regression by
checking if there is any work left to do. If the last thread was halted
by an error, the process will exit.
0 commit comments