Try to make locking more readable in loop
Relies on pattern UnlockGuard that boost names reverse_lock<> that allows to unlock a mutex in a certain scope.
Showing
Please register or sign in to comment
Relies on pattern UnlockGuard that boost names reverse_lock<> that allows to unlock a mutex in a certain scope.