mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
bc58a1baea
* add Time::HiRes, BSD::Resource and IO::KQueue to BUILD_DEPENDS * add RUN_DEPENDS
11 lines
478 B
Plaintext
11 lines
478 B
Plaintext
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/
|