Files
zig/lib
Lukas Lalinsky d821446cf9 Implement Condition.waitTimeout
I'd have preferred if `vtable.futexWait` returned `error.Timeout`, since
all the OS-level APIs provide it. However, if I keep the vtable untouched,
I had to determine the timeout case by post-checking the deadline.
It's fine functionally, but one extra syscall that be avoided at
cost of changing the vtable and all the futex implementations.
2026-04-16 13:37:23 -07:00
..
2026-04-16 19:21:16 +02:00
2026-04-16 13:37:23 -07:00
2026-04-02 15:13:39 +02:00
2026-04-03 12:27:34 +02:00
2026-04-16 19:21:16 +02:00