Remove the need to specify that an async Task/Method with a return type is a Task #4847
Unanswered
ctigrisht
asked this question in
Language Ideas
Replies: 1 comment
-
Duplicate of #3007 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of having this method:
async Task<bool> MethodName()
have
async bool MethodName()
Beta Was this translation helpful? Give feedback.
All reactions