mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9af30db32e
multiplexeded IO Reactor.
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
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 an
|
|
appropriate handler.
|
|
|
|
Author: Michael Granger <ged-raa@FaerieMUD.org>
|
|
WWW: http://www.deveiate.org/code/IO-Reactor.html
|