Paketname | libdanga-socket-perl |
Beschreibung | event loop and event-driven async socket base class |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.61-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl (>= 5.6.0-16), libsys-syscall-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 27038 Byte |
Prüfsumme MD5 | a19f199ca4bd9c12773c74028fb953e8 |
Prüfsumme SHA1 | ceca998f32b106bbd5d1c44488c600020125ca11 |
Prüfsumme SHA256 | 2c2ac4c977af422b9b04fd4d5660404ccd57f40839eba5f03b2401c3be63faa2 |
Link zum Herunterladen | libdanga-socket-perl_1.61-1_all.deb |
Ausführliche Beschreibung | Danga::Socket 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.
|