Re: [ANN] kgio library / RubyGem

2010-12-22 Thread Iñaki Baz Castillo
2010/9/28 Eric Wong normalper...@yhbt.net: I've released kgio, a kinder, gentler I/O library for Ruby.  Some of its features are useful for Unicorn, and all of it is useful for Rainbows! I intend to make kgio a requirement for both Unicorn and Rainbows!/Zbatery.  I'm comfortable with the

Re: [ANN] kgio library / RubyGem

2010-12-22 Thread Eric Wong
Iñaki Baz Castillo i...@aliax.net wrote: A typo in the doc: - kgio_wait_readable() Blocks the running Thread indefinitely until self IO object is writable - Should be readable, right? :) Fixed, thanks! -- Eric Wong