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

Review usage of async and tasks #91

Open
TheBoxyBear opened this issue Oct 8, 2024 · 0 comments
Open

Review usage of async and tasks #91

TheBoxyBear opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheBoxyBear
Copy link
Owner

To improve performance, usage of async should be reviewed, applying ConfigureAwait(false) where applicable, creating eventual threads early and avoiding async methods to be awaited immediately in contexts guaranteed to be running on separate threads.

@TheBoxyBear TheBoxyBear added the enhancement New feature or request label Oct 8, 2024
@TheBoxyBear TheBoxyBear self-assigned this Oct 8, 2024
@TheBoxyBear TheBoxyBear changed the title Review usage of async ans tasks. Review usage of async and tasks. Oct 28, 2024
@TheBoxyBear TheBoxyBear changed the title Review usage of async and tasks. Review usage of async and tasks Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant