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
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).