liburing

Library for setting up and managing io_uring kernel interfaces

brewmacoslinux
Try with needOr install directly
Source

About

Helpers to setup and teardown io_uring instances

Commands

liburing

Examples

Check liburing version and library information$ pkg-config --modversion liburing
Compile a C program using liburing with pkg-config$ gcc -o program program.c $(pkg-config --cflags --libs liburing)
View liburing library path for linking$ pkg-config --libs liburing