slackbuilds/libraries/liboop
Ozan Türkyılmaz 90937c7a95 libraries/liboop: New Maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-11-05 22:23:03 -05:00
..
README libraries/liboop: Added to 12.1 repository 2010-05-11 22:54:11 +02:00
liboop.SlackBuild libraries/liboop: New Maintainer. 2010-11-05 22:23:03 -05:00
liboop.info libraries/liboop: New Maintainer. 2010-11-05 22:23:03 -05:00
slack-desc libraries/liboop: Updated for version 1.0 2010-05-13 00:31:29 +02:00

README

Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources.

It replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as the basis for almost any application.