mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +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.