SIGN IN SIGN UP

input: don't use recursive mutex

Previous commits made sure that the lock will never be called for more
than once for all public functions. Thus deadlock is impossible, so
recursive mutex is unneeded and can be converted to a normal mutex.
N
nanahi committed
f4db4aaed720eecdb24533bc82c3a6137fd20067
Parent: e8b9476
Committed by Kacper Michajłow <kasper93@gmail.com> on 4/17/2024, 9:42:35 PM