|
|
|
|
|
by kennylevinsen
1630 days ago
|
|
You would not use io_uring for things like that. Not only will you still use regular file operations on device files for various reasons, should you chose to use io_uring you would want it to run your entire eventloop and all you I/O rather than single operations here and there. Otherwise it just adds complexity with no benefit. |
|
http://cr.yp.to/unix/asyncdisk.html