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

Pass contexts around #244

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Pass contexts around #244

merged 1 commit into from
Nov 18, 2024

Conversation

hsanjuan
Copy link
Collaborator

In anticipation for being able to trace things one day, this commit setups contexts properly rather than use a global context for everything before. Contexts now pass from caller to callee. so that eventually they are able to carry information with them and allow better cancellation logic where needed.

@hsanjuan hsanjuan self-assigned this Nov 18, 2024
In anticipation for being able to trace things one day, this commit setups
contexts properly rather than use a global context for everything before.
Contexts now pass from caller to callee. so that eventually they are able to
carry information with them and allow better cancellation logic where needed.
@hsanjuan hsanjuan merged commit df6f727 into master Nov 18, 2024
4 checks passed
@hsanjuan hsanjuan deleted the context-wiring branch November 18, 2024 20:16
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

Successfully merging this pull request may close these issues.

1 participant