Asynchronous event notification library for event-driven programming
Asynchronous event library
event_rpcgen.py$ event_rpcgen.py input.rpc output.h$ pkg-config --modversion libevent$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs libevent)