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

Always default cancellation tokens #319

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Conversation

Octol1ttle
Copy link
Member

This PR makes sure that a cancellation token is never required to use an async method. This does not affect user experience in any way, only code quality.

@Octol1ttle Octol1ttle added the type: refactor/style Changes that improve code quality and styling without affecting functionality label Jun 25, 2024
@Octol1ttle Octol1ttle requested a review from a team as a code owner June 25, 2024 09:17
@pull-request-size pull-request-size bot added the size/S PRs that change 20-100 lines. label Jun 25, 2024
@mctaylors mctaylors self-assigned this Jun 25, 2024
Copy link
Member

@mctaylors mctaylors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't notice it... somehow

Then if this is really a flaw, please fix it.

@Octol1ttle Octol1ttle requested a review from mctaylors June 25, 2024 10:00
@Octol1ttle Octol1ttle merged commit a0e7b3a into master Jun 25, 2024
1 check passed
@Octol1ttle Octol1ttle deleted the fix-cancellation-token branch June 25, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S PRs that change 20-100 lines. type: refactor/style Changes that improve code quality and styling without affecting functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants