freebsd-ports/devel/liboop/pkg-descr
Pav Lucistnik 97ad987a54 - Master site gone; switch to Gentoo distfiles mirrors
- Change WWW to site with fresher news

PR:		ports/88469 (based on)
2005-11-03 22:11:40 +00:00

9 lines
491 B
Text

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.
WWW: http://liboop.ofb.net/