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

Make Command awaitable #38

Closed
madelson opened this issue Apr 4, 2019 · 1 comment
Closed

Make Command awaitable #38

madelson opened this issue Apr 4, 2019 · 1 comment

Comments

@madelson
Copy link
Owner

madelson commented Apr 4, 2019

Today you can await Command.Task, but it would be nice if you could just await Command

@madelson madelson changed the title Make command awaitable Make Command awaitable Apr 4, 2019
@madelson
Copy link
Owner Author

madelson commented Apr 5, 2019

Actually I don't want to do this because this forces us to either expose ConfigureAwait(false) or worse hide that detail. Better to just allow the user to get the task and await that.

@madelson madelson closed this as completed Apr 5, 2019
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

1 participant