Skip to content

Source code for example programs from Lord of the io_uring guide

License

Notifications You must be signed in to change notification settings

balusch/loti-examples

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • CMake 1.7%
  • HTML 1.7%