Skip to content

Better handling of exceptions in writer_thread

Compare
Choose a tag to compare
@zerebubuth zerebubuth released this 11 Oct 16:51
· 14 commits to master since this release

If an exception happened in writer_thread then it was possible for the thread to exit, leaving the other threads waiting forever on a barrier. This change makes the thread with the exception continue the loop so that other threads can finish.