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
Yes, I've thought about adding this as well. It would probably need a separate interface (IFileSystemAsync?) that always result in Task<...>. Existing IFileSystem implementations can be wrapped by a IFileSystemAsync implementation.
It would be nice if the library supported async/await methods, with cancellation.
The text was updated successfully, but these errors were encountered: