From: Leandro Lucarella Date: Fri, 26 Jan 2007 20:32:38 +0000 (+0000) Subject: Add libevent link. X-Git-Tag: 0.1~7 X-Git-Url: https://git.llucax.com/software/eventxx.git/commitdiff_plain/f04d9717c849d448150e15d87bc3685af714694a?ds=sidebyside;hp=433d83a3d04596338cec2639b4abb2031c1e4a5b Add libevent link. --- diff --git a/eventxx b/eventxx index abb67e7..1f5f2f5 100644 --- a/eventxx +++ b/eventxx @@ -9,10 +9,10 @@ * * @section Introduction * - * 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. + * 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. * * libevent is meant to replace the event loop found in event driven network * servers. An application just needs to call dispatcher::dispatch() and then