Skip to content
  • Christian Hergert's avatar
    engine: synchronize before checking enabled/failed · 6b9b1766
    Christian Hergert authored
    There were short-circuits previously that avoided acquiring the lock but
    failed to re-assert disposition after acquiring the mutex.
    
    Instead, just acquire the mutex up front. This isn't exactly a fast path
    or anything like that which needs that level of optimization.
    
    Related #56
    6b9b1766