Skip to content

Commit

Permalink
Initial iocp implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 12, 2024
1 parent fd92a78 commit d143b7b
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 @@ -39,6 +39,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 d143b7b

Please sign in to comment.