futures-fs icon indicating copy to clipboard operation
futures-fs copied to clipboard

Support for positioned io

Open g2p opened this issue 7 years ago • 1 comments

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

g2p avatar Oct 01 '18 20:10 g2p

My preferred API would take an offset and a length, and return a Stream that concatenates to the exact length.

g2p avatar Oct 01 '18 20:10 g2p