Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix events on Windows | BlockMen | 2015-12-11 |
| | |||
* | Fix Event implementation | ShadowNinja | 2015-12-07 |
On non-windows platforms this just used a semaphore, which meant that multiple calls to signal() would result in wait() returning multiple times. |