summaryrefslogtreecommitdiffstats
path: root/libraries/libevent/README
blob: 7d371e1ad178ed449cad1de48b3115d8f9702e23 (plain)
1
2
3
4
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. Furthermore, libevent also support callbacks due
to signals or regular timeouts.