Hackernews posts about mutex
- Implementing a Shared Mutex for ActiveJob (shivam.dev)
- A toy RTOS inside Super Mario Bros. using emulator save states (prettygoodblog.com)
- Linear scalable read-write lock (uvdn7.github.io)
- Show HN: Keep track of why you muted someone on X (github.com)
- WhatsApp Adds One-Tap Mute for Groups: Total Peace Control (techday.blog)
- Fun with Futex (blog.fredrb.com)
- University of Texas-led team solves a big problem for fusion energy (news.utexas.edu)
- Cosmos 482 Descent Craft tracker (astria.tacc.utexas.edu)
- Dijkstra on computer addiction (1991) [pdf] (www.cs.utexas.edu)
- The End of Computing Science (2000) – Edsger W. Dijkstra [pdf] (www.cs.utexas.edu)
- The Fastest Mutexes (justine.lol)
- Golang Sync Mutex: Normal and Starvation Mode (victoriametrics.com)
- Exploring concurrent rate limiters, mutexes, semaphores (blog.shalvah.me)
- Golang Sync Mutex: Normal and Starvation Mode (victoriametrics.com)
- Golang Generic Mutex (github.com)
- A saner way to use mutex in Golang, using generics (github.com)
- Atomics vs. Actors vs. Mutex: The Synchronization Framework (blog.jacobstechtavern.com)
- Threads, Parallelism, and Mutex in Plain Ruby (blog.oxyconit.com)
- Mutex vs. Semaphore: How to implement them (softwareengineering.stackexchange.com)
- Rust's Mutex, Atomics and UnsafeCell – Spooky Action at a Distance? (leon.schuermann.io)
- How HappyLock Works (a deadlock-free mutex library) (www.botahamec.dev)
- Golang NATS Mutex Library (github.com)
- Rust's Mutex, Atomics and UnsafeCell – Spooky Action at a Distance? (leon.schuermann.io)
- A Deadlock-Detecting Mutex (faouellet.github.io)
- How HappyLock Works (a deadlock-free mutex library) (www.botahamec.dev)
- Mutex=Rubber Chicken (stackoverflow.com)
- DB transactions are not a mutex (erezrabih.medium.com)
- Show HN: Dut – a fast Linux disk usage calculator (codeberg.org)
- Show HN: Talk Paper Scissors (talkpaperscissors.com)
- Bug in reader/writer locks in Windows API (old.reddit.com)
- Rust actors and ArcMutex: handle with care (dgroshev.com)
- Ask HN: How could we emulate condition variables using Go channels only? (stackoverflow.com)