vinyl: don't block TX thread on quota using pthread_cond_wait()
Eliminate multi-thread access to vy_quota and replace pthread_cond with fiber-friendly ipc_cond. Fixes #1601
Loading
Please register or sign in to comment
Eliminate multi-thread access to vy_quota and replace pthread_cond with fiber-friendly ipc_cond. Fixes #1601