Skip to content

Commit af82925

Browse files
committed
Initial iocp implementation.
1 parent 823b080 commit af82925

File tree

4 files changed

+1074
-0
lines changed

4 files changed

+1074
-0
lines changed

ext/extconf.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
$srcs << "io/event/selector/kqueue.c"
4242
end
4343

44+
if have_header("windows.h")
45+
$srcs << "io/event/selector/iocp.c"
46+
end
47+
4448
have_header("sys/wait.h")
4549

4650
have_header("sys/eventfd.h")

0 commit comments

Comments
 (0)