GeorgeErickson / loti-examples

Source code for example programs from Lord of the io_uring guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source code for example programs from Lord of the io_uring guide

License:MIT License


Languages

Language:C 96.6%Language:CMake 1.7%Language:HTML 1.7%