Skip to content

Commit

Permalink
cancellation: add a debug log on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Sep 19, 2024
1 parent cfdc934 commit 4af1f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/darwin.zig
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ pub const IO = struct {
_ = completion;
_ = cancel_completion;
// TODO implement cancellation w/ kqueue.
log.debug("cancel implementation is missing on macOS", .{});
}

pub const TimeoutError = error{Canceled} || posix.UnexpectedError;
Expand Down

0 comments on commit 4af1f53

Please sign in to comment.