Fix exception thrown during fiber destruction Previously an exception thrown during fiber destruction resulted in a fatal error, but that exception should be able to be caught (unless we’ve
Fix exception thrown during fiber destruction Previously an exception thrown during fiber destruction resulted in a fatal error, but that exception should be able to be caught (unless we’ve entered shutdown, then still use a fatal error so the error is not hidden).
show more ...
|