You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the Semaphore constructor parameter from bool counting to Semaphore::Type type (can be Semaphore::Type::BINARY (default) or Semaphore::Type::COUNTING) for better readablility. Also fixes some signed vs. unsigned warnings.