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
The LittleLock type currently works by allocating a C++ lock_and_signal type. This makes it unsuitable for creating static mutexes. Create new bindings to the native mutex types, along with static initializers, port LittleLock, then delete lock_and_signal.