2018-05-06 04:21:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: net/ruby-nio4r: update to 2.3.1 ## 2.3.1 (2018-05-03) * [#188](https://github.com/socketry/nio4r/pull/188) Fix remove interests ([@ioquatix]) |
2018-03-17 15:20:59 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: net/ruby-nio4r: update to 2.3.0 ## 2.3.0 (2018-03-15) * [#183](https://github.com/socketry/nio4r/pull/183) Allow `Monitor#interests` to be nil ([@ioquatix]) |
2018-03-13 17:04:44 by Takahiro Kambe | Files touched by this commit (4) |
Log message: net/ruby-nio4r: add version 2.2.0 package New I/O for Ruby (nio4r): cross-platform asynchronous I/O primitives for scalable network clients and servers. Modeled after the Java NIO API, but simplified for ease-of-use. nio4r provides an abstract, cross-platform stateful I/O selector API for Ruby. I/O selectors are the heart of "reactor"-based event loops, and monitor multiple I/O objects for various types of readiness, e.g. ready for reading or writing. |