Skip to content

Added WaitWithinContext method. #33

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

Merged
merged 1 commit into from
Apr 10, 2025
Merged

Added WaitWithinContext method. #33

merged 1 commit into from
Apr 10, 2025

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Apr 10, 2025

This method allows better control of the process by using Start() and WaitWithinContext(ctx).
Previously, the only viable option was RunWithinContext(ctx) that would perform Start and Wait internally.

@cmaglie cmaglie self-assigned this Apr 10, 2025
@cmaglie cmaglie requested a review from a team April 10, 2025 14:04
@cmaglie cmaglie merged commit 73c658f into master Apr 10, 2025
5 of 7 checks passed
@cmaglie cmaglie deleted the add-wait-ctx branch April 10, 2025 15:39
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.

2 participants