Skip to content
  • Simon Marlow's avatar
    Fix #2992: don't create a named event · 29fd0a47
    Simon Marlow authored
    Evidently I misread the docs for CreateEvent: if you pass a name to
    CreateEvent, then it creates a single shared system-wide Event with
    that name.  So all Haskell processes on the machine were sharing the
    same Event object.  duh.
    29fd0a47