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

feat: implement actions waiter (#407) [Backport release-1.x] #433

Merged
merged 1 commit into from
May 6, 2024

Commits on May 6, 2024

  1. feat: implement actions waiter (#407)

    Implement a simpler and more versatile waiting functions for actions.
    
    Most use cases when waiting for actions is to return early if an action
    fails. If all actions must be waited until completion, the users should
    use the `WaitForFunc` function.
    
    If the final actions objects are needed, the users should use the
    `WaitForFunc` function to store the final actions using the
    `handleUpdate` callback.
    
    This deprecates the `ActionClient.WatchOverallProgress` and
    `ActionClient.WatchProgress` methods.
    
    (cherry picked from commit 1e3fa70)
    jooola committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e95831c View commit details
    Browse the repository at this point in the history