all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: ruby-nio4r  ]

Package: ruby-nio4r (2.5.8-3)

Links for ruby-nio4r

Screenshot

Debian Resources:

Download Source Package ruby-nio4r:

Maintainers:

External Resources:

Similar packages:

Ruby library providing a selector API for monitoring IO objects

nio4r (New IO for Ruby) 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.

The most similar API provided by Ruby today is Kernel.select, however the select API requires you to pass in arrays of all of the I/O objects you're interested in every time. nio4r provides a more object-oriented API that lets you register I/O objects with a selector then handle them when they're selected for various types of events.

nio4r is modeled after the Java NIO API, but simplified for ease-of-use.

Its goals are:

 * Expose high-level interfaces for stateful IO selectors.
 * Keep the API small to maximize both portability and performance across
   many different OSes and Ruby VMs.
 * Provide inherently thread-safe facilities for working with IO objects.

Other Packages Related to ruby-nio4r

  • depends
  • recommends
  • suggests
  • enhances

Download ruby-nio4r

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 112.0 kB465.0 kB [list of files]
arm64 109.1 kB513.0 kB [list of files]
armel 107.1 kB453.0 kB [list of files]
armhf 104.9 kB433.0 kB [list of files]
i386 114.2 kB473.0 kB [list of files]
mips64el 108.4 kB521.0 kB [list of files]
mipsel 107.6 kB520.0 kB [list of files]
ppc64el 114.3 kB513.0 kB [list of files]
s390x 108.4 kB465.0 kB [list of files]