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