目錄
Lock
介紹
參考
Wikipedia - Lock (Computer Science)
Wikipedia - Lock Freedom
Lockless - articles on computer science and optimization
Rust - std::sync::Mutex
Rust - std::sync::RwLock
[2021] Hemlock : Compact and Scalable Mutual Exclusion
semaphore
mutex
reentrant mutex
futex
seqlock
reader-writer lock
RCU (read-copy-update)