diff options
Diffstat (limited to 'devel/liboop/pkg-descr')
-rw-r--r-- | devel/liboop/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/liboop/pkg-descr b/devel/liboop/pkg-descr new file mode 100644 index 0000000..ccf7359 --- /dev/null +++ b/devel/liboop/pkg-descr @@ -0,0 +1,9 @@ +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.org/ |