ivykis

Async I/O library for building high-performance network applications

brewmacoslinux
Try with needOr install directly
Source

About

Async I/O-assisting library

Commands

ivykis

Examples

Include ivykis headers in C/C++ project compilation$ gcc -o myapp myapp.c $(pkg-config --cflags --libs ivykis)
Check ivykis library version and installation$ pkg-config --modversion ivykis
Link ivykis library when building network daemon$ gcc -o daemon daemon.c -livykis