Event notification C library
This is a build2
package for the libevent
C
library. It 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 supports 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 event_dispatch()
and then add or
remove events dynamically without having to change the event loop.
Currently, libevent
supports /dev/poll
, kqueue(2)
, event ports, POSIX
select(2)
, Windows select()
, poll(2)
, and epoll(4)
.
... More
license | BSD-3-Clause AND BSD-2-Clause AND MIT |
---|---|
project | libevent |
url | libevent.org |
src-url | github.com/libevent/libevent |
1 Version
version | 2.1.12+1 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 2; libssl ?, libcrypto ? |
reviews | +1 |