←back to thread

118 points ashvardanian | 2 comments | | HN request time: 0.401s | source
1. 4hg4ufxhy ◴[] No.42176238[source]
Very interesting, but unfortunate there is no example program. I guess that is left as exercise for reader, but it's a bit daunting for a non systems programmer.
replies(1): >>42177616 #
2. tux1968 ◴[] No.42177616[source]
For c there is :

https://git.kernel.dk/cgit/liburing/tree/examples

There's also a minimal Rust example for tokio:

https://github.com/tokio-rs/io-uring/tree/master/examples