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