libaio

Linux native asynchronous I/O access library for high-performance I/O

brewmacoslinux
Try with needOr install directly
Source

About

Linux-native asynchronous I/O access library

Commands

libaio

Examples

Link libaio library to C application for async I/O operations$ gcc -o myapp myapp.c -laio
Check if libaio development headers are installed$ pkg-config --cflags --libs libaio
Verify libaio library files in system$ ldconfig -p | grep libaio