Open danielgafni opened 1 year ago
Interesting! Yes that definitely sounds like a good addition.
I will checkout aiopath and think about how to best provide async methods for UPath.
It would be valuable to know if there are any issues with aiopath's design or if a similar implementation would provide everything that's needed.
It would be great to have
async
support likeaiopath
has. Currently one needs to fallback to filesystem-specific libraries to writeasync
code (as some of them supportasynchronous=True
).