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

Update spin_until_complete #919

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Commits on Jul 1, 2022

  1. Replace spin_until_future_complete with spin_until_complete, add spin…

    …_for method
    
    * Deprecate spin_until_future_complete
    * Add spin_until_complete
    * Add spin_for method
    * Udpdate unit tests
    
    Signed-off-by: Hubert Liberacki <[email protected]>
    hliberacki authored and Hubert Liberacki committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    4b89daf View commit details
    Browse the repository at this point in the history
  2. Rename spin_until_future_complete with spin_until_complete in uni…

    …t tests
    
    Signed-off-by: Hubert Liberacki <[email protected]>
    hliberacki authored and Hubert Liberacki committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fabd752 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Correct code review findings

    * Deprecate old methods
    * fix comments
    
    Signed-off-by: Hubert Liberacki <[email protected]>
    hliberacki committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    97be886 View commit details
    Browse the repository at this point in the history