Skip to content

Commit 7d33ae6

Browse files
authored
Update README.md
1 parent d9f0294 commit 7d33ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# io_uring_cpp
2-
Test io_uring using liburing library
2+
A CPP wrapper for a asychronous socket server. This code uses Jens Axboe's library "liburing".
3+
Please check this talk at https://www.youtube.com/watch?v=-5T4Cjw46ys
34

45
### IO Uring Diagram (image source : https://cor3ntin.github.io/posts/iouring/)
56
![io_uring](https://cor3ntin.github.io/posts/iouring/uring.svg)

0 commit comments

Comments
 (0)