Source: libdanga-socket-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Martín Ferrari Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libsys-syscall-perl , libtest-tcp-perl , netbase Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdanga-socket-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdanga-socket-perl.git Homepage: https://metacpan.org/release/Danga-Socket Package: libdanga-socket-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsys-syscall-perl Description: event loop and event-driven async socket base class 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.