wire up EventFD class
commit1ad58cb0fd9045b8fa26b85d68ddf2eb06827dd3
authorEric Wong <e@yhbt.net>
Thu, 23 Sep 2010 05:25:54 +0000 (23 05:25 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 26 Sep 2010 03:54:06 +0000 (26 03:54 +0000)
tree73d1ea041e16674239e9f57e590bf53cc7756cb2
parent2d5886698c3f7241ab23771c2876b985708ded40
wire up EventFD class

This wraps the eventfd(2) interface of Linux.  Like TimerFD, it
is not available on older distributions.
ext/sleepy_penguin/eventfd.c [new file with mode: 0644]
ext/sleepy_penguin/init.c
test/test_eventfd.rb [new file with mode: 0644]