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

Improve Condition #184

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Improve Condition #184

wants to merge 2 commits into from

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    d643a73 View commit details
    Browse the repository at this point in the history
  2. Improve Condition:

    1. Introduce the ADT type ConditionState to replace ?Awaitable<T>, suppressing HH_FIXME[4110]
    2. Added a Finish state to remove the reference from the child awaitable to the Condition, in case of memory leak
    3. Added wait_for_notification_async and ConditionNotifyee to hide the setState function
    Atry committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    cb02cb0 View commit details
    Browse the repository at this point in the history