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

Add context to PerformTask function for better control #5

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

icpd
Copy link
Owner

@icpd icpd commented Nov 2, 2023

The PerformTask function in both the task_controller and task_controller_test files now accept a context. This allows for better control of task execution, including the ability to cancel or set a deadline for task executions based on the provided context.

The PerformTask function in both the task_controller and task_controller_test files now accept a context. This allows for better control of task execution, including the ability to cancel or set a deadline for task executions based on the provided context.
@icpd icpd linked an issue Nov 2, 2023 that may be closed by this pull request
@icpd icpd merged commit 110910c into main Nov 4, 2023
2 checks passed
@icpd icpd deleted the 4-add-task-for-task branch November 4, 2023 10:53
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.

Add task for task
1 participant