Files
zig/lib/std
Andrew Kelley 550da1b676 std: migrate remaining sync primitives to Io
- delete std.Thread.Futex
- delete std.Thread.Mutex
- delete std.Thread.Semaphore
- delete std.Thread.Condition
- delete std.Thread.RwLock
- delete std.once

std.Thread.Mutex.Recursive remains... for now. it will be replaced with
a special purpose mechanism used only by panic logic.

std.Io.Threaded exposes mutexLock and mutexUnlock for the advanced case
when you need to call them directly.
2026-02-02 18:57:17 -08:00
..
2025-11-22 22:42:38 +00:00
2025-12-23 22:15:10 -08:00
2025-11-22 22:42:38 +00:00
2026-01-30 22:03:14 -08:00
2025-09-30 13:44:54 +01:00
2025-09-20 14:34:18 -07:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-01-28 00:43:20 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-01-04 00:27:08 -08:00