diff options
| author | Andrew Kelley <andrewrk@noreply.codeberg.org> | 2025-12-02 17:58:29 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrewrk@noreply.codeberg.org> | 2025-12-02 17:58:29 +0100 |
| commit | 52ad126bb4720ff894e994ff890532e7fc7b3364 (patch) | |
| tree | e018d8ea82b13a0b1a73c04b4688adecc963e3a4 /lib/std/Io.zig | |
| parent | 95f93a0b281e32583edef36808231a5f61fb7de1 (diff) | |
| parent | bb3f56d5d5424c7be42132c047a7146e82b49c74 (diff) | |
| download | zig-52ad126bb4720ff894e994ff890532e7fc7b3364.tar.gz zig-52ad126bb4720ff894e994ff890532e7fc7b3364.zip | |
Merge pull request 'std.Io.Threaded: rework cancellation' (#30033) from cancellation into master
Reviewed-on: https://codeberg.org/ziglang/zig/pulls/30033
Diffstat (limited to 'lib/std/Io.zig')
| -rw-r--r-- | lib/std/Io.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/std/Io.zig b/lib/std/Io.zig index aa860abb36..eb854e3eca 100644 --- a/lib/std/Io.zig +++ b/lib/std/Io.zig @@ -620,11 +620,6 @@ pub const VTable = struct { result: []u8, result_alignment: std.mem.Alignment, ) void, - /// Returns whether the current thread of execution is known to have - /// been requested to cancel. - /// - /// Thread-safe. - cancelRequested: *const fn (?*anyopaque) bool, /// When this function returns, implementation guarantees that `start` has /// either already been called, or a unit of concurrency has been assigned |
