Open
Description
Hi folks,
I was curious whether async-std would be interested in an async port of std::os::unix::fs::FileExt
. I'm writing a service right now that'd benefit from such a thing -- currently I've been doing it myself by using std::os::unix::fs::FileExt::read_at with spawn_blocking
, but it'd be neat to be included in async-std.
If there's interest in this, I could try my hand at a PR.
Metadata
Metadata
Assignees
Labels
No labels
Activity
ghost commentedon Nov 22, 2019
Yes! :) We haven't quite finished the
async_std::os
module. A PR withFileExt
would be very welcome!vlovich commentedon Jan 30, 2021
I want to try my hand here. Organizationally, does this get added to src/os/windows/fs.rs and src/os/unix/fs.rs?
Add FileExt traits
Add FileExt traits
Add FileExt traits
Add FileExt traits