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 3a5a25a commit 12e08d3
Show file tree
Hide file tree
Showing 3 changed files with 1,072 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 12e08d3

Please sign in to comment.