sharpfilesystem icon indicating copy to clipboard operation
sharpfilesystem copied to clipboard

Async methods

Open vector-man opened this issue 8 years ago • 1 comments

It would be nice if the library supported async/await methods, with cancellation.

vector-man avatar Aug 14 '16 09:08 vector-man

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.

bobvanderlinden avatar Aug 14 '16 18:08 bobvanderlinden