slackbuilds_ponce/libraries/liboop
2010-05-13 00:31:29 +02:00
..
liboop.info libraries/liboop: Updated for version 1.0 2010-05-13 00:31:29 +02:00
liboop.SlackBuild libraries/liboop: Updated for version 1.0 2010-05-13 00:31:29 +02:00
README
slack-desc libraries/liboop: Updated for version 1.0 2010-05-13 00:31:29 +02:00

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.