Commit graph

3 commits

Author SHA1 Message Date
taca
5dca8df1a6 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-05-06 02:21:37 +00:00
taca
60b177d37e 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-17 14:20:59 +00:00
taca
ae1a2f5e01 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.
2018-03-13 16:04:44 +00:00