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
There is a mutex and a counter to allow only one thread at a time.
There is no need for the 'active' counter as mutex guaranties that!
Since other threads just bail out without waiting for the lock, we
could simply use an atomic operation instead of a mutex here.
0 commit comments