mirror of
https://github.com/ziglang/zig.git
synced 2026-02-06 06:27:05 +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.