loti-examples icon indicating copy to clipboard operation
loti-examples copied to clipboard

Source code for example programs from Lord of the io_uring guide

Example programs from the Lord of the io_uring guide.

Source code for example programs from Lord of the io_uring guide.

Build instructions

cmake it used to build these examples. Please ensure it is installed on your system. Run these commands once you check out this repo and change into its directory:

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

This should place all executables inside of the build directory from where you can execute them.