←back to thread

122 points ashvardanian | 1 comments | | HN request time: 0.204s | source
Show context
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 #
1. 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