How to do async file io in rust?
In general right now we recommend using a thread pool like futures-cpupool and doing all I/O on a separate thread. Unfortunately there's not really a great way to to async file I/O in a cross-platform manner :(
Hopefully this is resolved now. Closing due to inactivity. Feel free to open again on the repo that fits best. This repo is being reclaimed to implement https://github.com/tokio-rs/tokio-rfcs/pull/3.