futures-fs
futures-fs copied to clipboard
Support for positioned io
I'd like to use positioned io (pread / pwrite) deferred to a thread pool. It may be interesting to integrate with one of these:
- https://github.com/vasi/positioned-io
- https://github.com/jmesmon/io-at
My preferred API would take an offset and a length, and return a Stream that concatenates to the exact length.