Fix race condition in priority/multifactor init
The decay thread could signal the cond before the init thread waits for it causing deadlock.
Please register or sign in to comment
The decay thread could signal the cond before the init thread waits for it causing deadlock.