Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in timeout logic in Worker::wait_done() (#15)
This would cause excessive looping after first 10 seconds of execution. On Windows it could halt execution entirely, depending on how threads get scheduled.
- Loading branch information