slackbuilds/libraries/liboop
Ozan Türkyılmaz 04fbe6a678
libraries/liboop: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-10 09:19:16 +07:00
..
README
liboop.SlackBuild libraries/liboop: Remove .la files. 2022-02-10 09:19:16 +07:00
liboop.info libraries/liboop: Mirror download url. 2018-03-10 07:11:22 +07:00
slack-desc

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.