about summary refs log tree commit homepage
path: root/.document
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-08 10:41:51 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-08 13:28:33 -0800
commit5c480aee3067006b5da6d45b7de41d8401b70848 (patch)
treeeebb5907063b3ff442fc97abee8d6336db2636b5 /.document
parent47653194bf6ad53b9f5fca1b266c30855df5ebbd (diff)
downloadkgio-5c480aee3067006b5da6d45b7de41d8401b70848.tar.gz
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.
Diffstat (limited to '.document')
-rw-r--r--.document1
1 files changed, 1 insertions, 0 deletions
diff --git a/.document b/.document
index f3e553b..c6c1568 100644
--- a/.document
+++ b/.document
@@ -12,3 +12,4 @@ ext/kgio/connect.c
 ext/kgio/kgio_ext.c
 ext/kgio/read_write.c
 ext/kgio/wait.c
+ext/kgio/poll.c