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

Child promise state not set to :pending immediately after #execute when parent has completed #866

Merged
merged 1 commit into from Jun 4, 2021

Commits on Apr 24, 2020

  1. bug fix (& spec): After parent has completed (via #wait, #value, etc)…

    …, creating a child promise (via #then, #on_success, etc) and calling child_promise.execute.state return :unscheduled. It should return :pending
    pelly committed Apr 24, 2020
    Copy the full SHA
    a14fdc6 View commit details
    Browse the repository at this point in the history