Event loop and event-driven async socket base class
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.
Because Danga::Socket uses the "fields" module, your subclasses must too.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:pzb:mogile/perl-Danga-Socket && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Danga-Socket-1.59.tar.gz | 0000020080 19.6 KB | |
perl-Danga-Socket.spec | 0000002275 2.22 KB |
Latest Revision
Peter Bowen (pzb)
committed
(revision 1)
Initial checkin
Comments 0