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

[Proposal] Add a new keyword to .ConfiguateAwait(false) #3220

Closed
Cyl18 opened this issue Feb 20, 2020 · 2 comments
Closed

[Proposal] Add a new keyword to .ConfiguateAwait(false) #3220

Cyl18 opened this issue Feb 20, 2020 · 2 comments

Comments

@Cyl18
Copy link

Cyl18 commented Feb 20, 2020

assume the new keyword is asdf
before

await a;
await b.ConfiguateAwait(false);

after

await a;
asdf b;
@HaloFour
Copy link
Contributor

#645
#2661
#2649
#2746

@Cyl18
Copy link
Author

Cyl18 commented Feb 20, 2020

#645
#2661
#2649
#2746

sorry for repeat...

@Cyl18 Cyl18 closed this as completed Feb 20, 2020
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