Fix Event implementation
On non-windows platforms this just used a semaphore, which meant that multiple calls to signal() would result in wait() returning multiple times.
src/threading/event.cpp
0 → 100644
Please register or sign in to comment