Pure-ruby implementation of asynchronous multiplexed IO Reactor.
This module is a pure-Ruby implementation of an asynchronous multiplexed IO Reactor which is based on the Reactor design pattern found in Pattern-Oriented Software Architecture, Volume 2: Patterns for Concurrent and Networked Objects. It allows a single thread to demultiplex and dispatch events from one or more IO objects to the appropriate handler.
This module is a pure-Ruby implementation of an asynchronous multiplexed IO Reactor which is based on the Reactor design pattern found in Pattern-Oriented Software Architecture, Volume 2: Patterns for Concurrent and Networked Objects. It allows a single thread to demultiplex and dispatch events from one or more IO objects to the appropriate handler.
To install rb-io-reactor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-io-reactor
To see what files were installed by rb-io-reactor, run:
port contents rb-io-reactor
To later upgrade rb-io-reactor, run:
sudo port selfupdate && sudo port upgrade rb-io-reactor
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.