Last change
on this file since 7c410f9 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
1005 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | # HOW TO EDIT THIS FILE: |
---|
| 2 | # The "handy ruler" below makes it easier to edit a package description. Line |
---|
| 3 | # up the first '|' above the ':' following the base package name, and the '|' |
---|
| 4 | # on the right side marks the last column you can put a character in. You must |
---|
| 5 | # make exactly 11 lines for the formatting to be correct. It's also |
---|
| 6 | # customary to leave one space after the ':'. |
---|
| 7 | |
---|
| 8 | |-----handy-ruler------------------------------------------------------| |
---|
| 9 | libevent: libevent (event loop library) |
---|
| 10 | libevent: |
---|
| 11 | libevent: libevent is meant to replace the event loop found in event driven |
---|
| 12 | libevent: network servers. An application just needs to call event_dispatch() |
---|
| 13 | libevent: and then add or remove events dynamically without having to change the |
---|
| 14 | libevent: event loop. The libevent API provides a mechanism to execute a |
---|
| 15 | libevent: callback function when a specific event occurs on a file descriptor or |
---|
| 16 | libevent: after a timeout has been reached. |
---|
| 17 | libevent: |
---|
| 18 | libevent: Homepage: http://libevent.org |
---|
| 19 | libevent: |
---|
Note: See
TracBrowser
for help on using the repository browser.