IO::Event Provides low level cross-platform primitives for constructing event loops, with support for select, kqueue, epoll and io_uring. Motivation The initial proof-of-concept Async was built on NIO4r. It was perfectly acceptable and well tested in production, however being built on libev was a little bit limiting. I wanted to directly built my fiber scheduler into the fabric of the event loop, which is what this gem exposes - it is specifically implemented to support building event loops beneath the fiber scheduler interface, providing an efficient C implementation of all the core operations.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | ruby30-io-event-1.1.4.tgz |
NetBSD 10.0 | aarch64 | ruby31-io-event-1.1.4.tgz |
NetBSD 10.0 | earmv6hf | ruby30-io-event-1.1.4.tgz |
NetBSD 10.0 | earmv6hf | ruby31-io-event-1.1.4.tgz |
NetBSD 10.0 | earmv7hf | ruby30-io-event-1.1.4.tgz |
NetBSD 10.0 | earmv7hf | ruby31-io-event-1.1.4.tgz |
NetBSD 10.0 | x86_64 | ruby30-io-event-1.1.4.tgz |
NetBSD 10.0 | x86_64 | ruby31-io-event-1.1.4.tgz |
NetBSD 8.0 | powerpc | ruby30-io-event-1.1.2.tgz |
NetBSD 8.0 | powerpc | ruby31-io-event-1.1.2.tgz |
NetBSD 8.0 | powerpc | ruby30-io-event-1.1.2.tgz |
NetBSD 8.0 | powerpc | ruby31-io-event-1.1.2.tgz |
NetBSD 9.0 | aarch64 | ruby30-io-event-1.1.4.tgz |
NetBSD 9.0 | aarch64 | ruby31-io-event-1.1.4.tgz |
NetBSD 9.0 | earmv6hf | ruby30-io-event-1.1.4.tgz |
NetBSD 9.0 | earmv6hf | ruby31-io-event-1.1.4.tgz |
NetBSD 9.0 | earmv7hf | ruby30-io-event-1.1.4.tgz |
NetBSD 9.0 | earmv7hf | ruby31-io-event-1.1.4.tgz |
NetBSD 9.0 | sparc64 | ruby30-io-event-1.1.4.tgz |
NetBSD 9.0 | sparc64 | ruby31-io-event-1.1.4.tgz |
NetBSD 9.0 | sparc | ruby30-io-event-1.1.4.tgz |
NetBSD 9.0 | sparc | ruby31-io-event-1.1.4.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.