I wonder if async I/O would offer a performance benefit. Right now, the filesystem operations are always blocking, even if performed using tokio. However, if the target is accessed via network, or if the recent io_uring interface is used, async performance provide a benefit.