mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
375a3db080
- Reformat pkg-descr Changes: http://search.cpan.org/dist/IO-Async/Changes
10 lines
567 B
Plaintext
10 lines
567 B
Plaintext
This collection of modules allows programs to be written that perform
|
|
asynchronous filehandle IO operations. A typical program using them would
|
|
consist of a single subclass of IO::Async::Set to act as a container for a
|
|
number of IO::Async::Notifier objects (or subclasses thereof). The set itself is
|
|
responsible for checking read- or write-readiness, and informing the notifiers
|
|
of these conditions. The notifiers then perform whatever work is required on
|
|
these conditions, by using subclass methods or callback functions.
|
|
|
|
WWW: http://search.cpan.org/dist/IO-Async/
|