Package
libevent-core-2.0-5Version
2.0.21-stable-2ubuntu0.16.04.1Priority
optionalSection
libsSource
libeventOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Anibal Monsalve Salazar <anibal@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
191 kBDepends
libc6 (>= 2.17)Homepage
http://libevent.org/Supported
5yDownload Size
70.6 kBAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 PackagesDescription
Asynchronous event notification library (core)Libevent is an asynchronous event notification library that provides a
mechanism to execute a callback function when a specific event occurs
on a file descriptor or after a timeout has been reached.
.
It is meant to replace the asynchronous event loop found in
event driven network servers. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
The libevent_core library includes event loops, timers, buffer code,
and various small compatibility functions.
.
If you're writing software that only uses libevent's event loop, you
should link against only the libevent_core library.