Skip to content

Commit

Permalink
abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Sep 7, 2024
1 parent 6f896ad commit 0221e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crystal/system/win32/iocp.cr
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module Crystal::IOCP
end

abstract def wait_for_result(timeout, & : WinError ->)
private abstract def try_cancel : Bool

@overlapped = LibC::OVERLAPPED.new
@fiber = Fiber.current
Expand Down

0 comments on commit 0221e30

Please sign in to comment.