libevent

Asynchronous event notification library for event-driven programming

brewmacoslinux
Try with needOr install directly
Source

About

Asynchronous event library

Commands

event_rpcgen.py

Examples

Generate RPC code from specification file$ event_rpcgen.py input.rpc output.h
Check libevent installation and version$ pkg-config --modversion libevent
Link libevent library in C compilation$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs libevent)