An open API service indexing awesome lists of open source software.

https://github.com/findstr/rw_lock

写优先的读写锁, 适用于写少读多的情况, 如果写线程很多会把读线程饿死。
https://github.com/findstr/rw_lock

rwlock

Last synced: about 1 year ago
JSON representation

写优先的读写锁, 适用于写少读多的情况, 如果写线程很多会把读线程饿死。

Awesome Lists containing this project