Registry / async / libaio

libaio

JSON →
library0.3.113vcpkgunverified

The Linux-native asynchronous I/O facility

vcpkg install libaio
INSTALL
IMPORT
SIG · LIBAIO
L
libaio
asynccppv0.3.113
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libaio.h
#include <libaio.h>

Initialize and destroy an AIO context

#include <libaio.h> #include <fcntl.h> int main() { io_context_t ctx = 0; io_setup(1, &ctx); io_destroy(ctx); return 0; }
Debug
Known issues
gotchaLinux-only; not available on other platforms
fix
Use conditional compilation or alternative I/O libraries for cross-platform code
affects: *
Upgrade
Version history
0.3.113latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

libaio — pip install libaio · libregistry