Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async methods #10

Open
vector-man opened this issue Aug 14, 2016 · 1 comment
Open

Async methods #10

vector-man opened this issue Aug 14, 2016 · 1 comment

Comments

@vector-man
Copy link

vector-man commented Aug 14, 2016

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

@bobvanderlinden
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants