Replies: 1 comment
-
On a similar note, it would be nice if there was some equivalent of tokio::fs::metadata: https://docs.rs/tokio/1.12.0/tokio/fs/fn.metadata.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if tokio_uring also provided a true async version of tokio::fs::Dir, e.g. so that listing and iterating over a directory's contents would not have to block a worker thread. Is there any plan or ETA for this feature?
Beta Was this translation helpful? Give feedback.
All reactions