libev

Asynchronous event library for building high-performance I/O applications

brewmacoslinux
Try with needOr install directly
Source

About

Asynchronous event library

Commands

libev

Examples

Link libev library when compiling C programs that use event-driven I/O$ gcc -o myapp myapp.c -lev
Check libev version and installed library location$ pkg-config --modversion libev && pkg-config --libs libev
Use libev in a simple event loop program with compilation flags$ gcc -o eventloop eventloop.c $(pkg-config --cflags --libs libev)