Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Event instead of Condition in fixture thread
According to the documentation, a Condition is a bit like an Event wedded with a Lock. I believe we do not need the Lock part, because all we want is to signal the async server task in the thread to shut down. [noissue]
- Loading branch information