summaryrefslogblamecommitdiffstats
path: root/patches/packages/libevent-2.0.22-x86_64-1_slack14.1.txt
blob: 29b2f288207682a86c5eec4016c605a5833964b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










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