Light-weight asynchronous I/O
The lwaio library is a light-weight library for asynchronous input/output (I/O). lwaio replicates the basic functionality of the POSIX aio library with the following additional features: it only spawns one thread to perform the I/O operations, and this thread may be pinned to a specific core.
- C compiler
- Clone this repository
- Compile and link to your code