Displaying 1 result from an estimated 1 matches for "fiberpool".
2010 Sep 28
3
kgio library / RubyGem
...39;s much easier
(at least for me) to do this in C and kgio_trywrite allows
exactly that, returning the unwritten portion of a string.
3. (Rainbows! only) It offers hooks for using alternative
methods to switch execution contexts (experience taken from
building the FiberSpawn/FiberPool modules).
4. (philosophical) I''ve never considered EAGAIN/EINPROGRESS
"exceptional" conditions when explicitly doing non-blocking
I/O, and thus unworthy of raising exceptions.
kgio currently passes all tests on on Linux 2.6 (1.9.{1,2},
1.8.{6,7}, rbx 1.1) and FreeB...