Files
2023-12-31 23:42:53 +11:00

19 lines
941 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {io-reactor IO-Reactor} 0.0.6 basic_install.rb {README examples test.rb}
license {Ruby GPL-2}
maintainers nomaintainer
description Pure-ruby implementation of asynchronous multiplexed IO Reactor.
long_description 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.
checksums md5 323e4d8bf8214596800d5427c450d9e8
homepage http://www.deveiate.org/code/IO-Reactor.html
master_sites http://www.deveiate.org/code/
platforms any
supported_archs noarch