aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Danga-Socket/pkg-descr
blob: 9f06868227defaf24d1e7296b4201b7b9dc1a43a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This is an abstract base class for objects backed by a socket which
provides the basic framework for event-driven asynchronous IO,
designed to be fast.  Danga::Socket is both a base class for objects,
and an event loop.

Callers subclass Danga::Socket.  Danga::Socket's constructor registers
itself with the Danga::Socket event loop, and invokes callbacks on the
object for readability, writability, errors, and other conditions.

WWW: http://search.cpan.org/dist/Danga-Socket/