The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The Mutex unlocks as soon as the the scope around the guard ends. This does not protect the whole slave select operation. It would be better to use lock manually (while not forgetting unlock)
I thought this was on purpose.