leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Lock mutex before notifying condition variable #1031

Closed gittyupagain closed 6 years ago

gittyupagain commented 6 years ago

There was an issue in BasicThread where ShouldStop could report false when it should be true. Attempt to synchronize a little better.