• Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    C
  • License
    MIT License
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.