Skip to content
Snippets Groups Projects
  • ShadowNinja's avatar
    696148e2
    Fix Event implementation · 696148e2
    ShadowNinja authored
    On non-windows platforms this just used a semaphore,
    which meant that multiple calls to signal() would
    result in wait() returning multiple times.
    696148e2
    History
    Fix Event implementation
    ShadowNinja authored
    On non-windows platforms this just used a semaphore,
    which meant that multiple calls to signal() would
    result in wait() returning multiple times.