sharpfilesystem
sharpfilesystem copied to clipboard
Async methods
It would be nice if the library supported async/await methods, with cancellation.
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.