summaryrefslogtreecommitdiffstats
path: root/libraries/libevent/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libevent/README')
-rw-r--r--libraries/libevent/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libevent/README b/libraries/libevent/README
new file mode 100644
index 0000000000..d982e33ce2
--- /dev/null
+++ b/libraries/libevent/README
@@ -0,0 +1,5 @@
+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.
+