diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-12-10 18:14:43 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-12-23 22:15:09 -0800 |
| commit | 95b0399d1bf7e12aefeba79652141d202f805fe4 (patch) | |
| tree | 5867007c138fc954a9102ed8c3f42e6d087528bc /lib/std/Io/Threaded.zig | |
| parent | 3a6e15449b887481a0ed24fc948157c222f0072a (diff) | |
| download | zig-95b0399d1bf7e12aefeba79652141d202f805fe4.tar.gz zig-95b0399d1bf7e12aefeba79652141d202f805fe4.zip | |
std: finish implementing futexWait with timer
Diffstat (limited to 'lib/std/Io/Threaded.zig')
| -rw-r--r-- | lib/std/Io/Threaded.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/Io/Threaded.zig b/lib/std/Io/Threaded.zig index c2a3e15f15..41e93cee5b 100644 --- a/lib/std/Io/Threaded.zig +++ b/lib/std/Io/Threaded.zig @@ -1147,7 +1147,6 @@ const GroupClosure = struct { const group = gc.group; const group_state: *std.atomic.Value(usize) = @ptrCast(&group.state); const event: *Io.Event = @ptrCast(&group.context); - current_thread.current_closure = closure; current_thread.cancel_protection = .unblocked; |
