Skip to content

Commit

Permalink
Initial iocp implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 4, 2024
1 parent 823b080 commit af82925
Show file tree
Hide file tree
Showing 4 changed files with 1,074 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
$srcs << "io/event/selector/kqueue.c"
end

if have_header("windows.h")
$srcs << "io/event/selector/iocp.c"
end

have_header("sys/wait.h")

have_header("sys/eventfd.h")
Expand Down
Loading

0 comments on commit af82925

Please sign in to comment.