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 Task Interface for long running functions #389

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Tinyblargon
Copy link
Collaborator

Return a the new Task interface when we do something in the API that creates a longer running task in PVE.
Users can await this Task with WaitForCompletion().

Closes #388

@Tinyblargon Tinyblargon added type/feature Completely new functionality. modifies/go Pull requests that update Go code size/XL Denotes a PR that changes 500-999 lines, ignoring generated files labels Dec 7, 2024
@Tinyblargon Tinyblargon self-assigned this Dec 7, 2024
@Tinyblargon Tinyblargon added the test/needen This PR has to be tested label Dec 7, 2024
@Tinyblargon Tinyblargon marked this pull request as draft December 8, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modifies/go Pull requests that update Go code size/XL Denotes a PR that changes 500-999 lines, ignoring generated files test/needen This PR has to be tested type/feature Completely new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: let user await task completion
1 participant