libevent - Abstract asynchronous event notification library

Description:

The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.

Homepage: http://monkey.org/~provos/libevent/

License: BSD

Vendor: Red Hat, Inc.

Packages

libevent-1.3b-1.fc7.i386 [49 KiB] Changelog by Steve Dickson (2007-03-09):
- Updated to latest upstream version 1.3b
- Incorporated Merge Review comments (bz 226002)
- Increased the polling timeout (bz 204990)