preliminary poll(2) support
commit5c480aee3067006b5da6d45b7de41d8401b70848
authorEric Wong <normalperson@yhbt.net>
Tue, 8 Feb 2011 10:41:51 +0000 (8 10:41 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 Feb 2011 21:28:33 +0000 (8 13:28 -0800)
treeeebb5907063b3ff442fc97abee8d6336db2636b5
parent47653194bf6ad53b9f5fca1b266c30855df5ebbd
preliminary poll(2) support

It's a nice alternative to IO.select for higher-numbered
file descriptors, especially sparse ones.  Our interface
also generates less garbage than IO.select does.
.document
ext/kgio/extconf.rb
ext/kgio/kgio.h
ext/kgio/kgio_ext.c
ext/kgio/poll.c [new file with mode: 0644]
test/test_poll.rb [new file with mode: 0644]