Revision Date Author Comments
# ac18dd0d 29-Jun-2021 Patrick Allaert

Prefer EXPECT over EXPECTF


# 41666532 30-Apr-2021 Aaron Piotrowski

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 ...