Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async support #110

Open
danielgafni opened this issue Jun 28, 2023 · 2 comments
Open

Async support #110

danielgafni opened this issue Jun 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@danielgafni
Copy link

It would be great to have async support like aiopath has.
Currently one needs to fallback to filesystem-specific libraries to write async code (as some of them support asynchronous=True).

@ap--
Copy link
Collaborator

ap-- commented Jul 6, 2023

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.

@drernie
Copy link

drernie commented Jul 12, 2023

I'm a huge fan of anyio for solving these issues (across aio and trio). v4 should be out shortly

@ap-- ap-- added the enhancement New feature or request label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants