Skip to content

Commit d143b7b

Browse files
committed
Initial iocp implementation.
1 parent fd92a78 commit d143b7b

File tree

3 files changed

+1072
-0
lines changed

3 files changed

+1072
-0
lines changed

ext/extconf.rb

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

42+
if have_header('windows.h')
43+
$srcs << "io/event/selector/iocp.c"
44+
end
45+
4246
have_header('sys/wait.h')
4347

4448
have_header('sys/eventfd.h')

0 commit comments

Comments
 (0)