Open vector-man opened 8 years ago
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.