mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Add a debug implementation to Mutex that detects deadlocks caused by calling lock twice in a single thread.
Add a debug implementation to Mutex that detects deadlocks caused by calling lock twice in a single thread.