Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous method would join the first thread in threads and then block for that thread. If that thread failed, then it would simply join the next thread, and if another thread failed, it would do nothing. This fixes that.
- Loading branch information