You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.