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

Do not suffix methods with 'Async' if they do not return a task #705

Open
RalfKoban opened this issue Nov 25, 2023 · 0 comments
Open

Do not suffix methods with 'Async' if they do not return a task #705

RalfKoban opened this issue Nov 25, 2023 · 0 comments

Comments

@RalfKoban
Copy link
Owner

Methods that return tasks can be named with the suffix Async to indicate that they can used in asynchronous calls and their results can be awaited. In contrast, methods for synchronous use cannot be awaited. Therefore, they should not be suffixed with Async.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Unclear
Development

No branches or pull requests

1 participant