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 Romo.pushFn method to formalize set timeout reactor push #246

Merged
merged 1 commit into from
Nov 9, 2017

Commits on Nov 9, 2017

  1. add Romo.pushFn method to formalize set timeout reactor push

    This is to add a formal name to the technique of using a timeout
    to "push" a function to run at the end of the current reactor
    stack of functions to run.  This has no behavior change - it only
    formalizes a concept to express intent.  Also, if js ever adds a
    formal way to do this without the set timeout hack, we only have
    to update a single place.
    kellyredding committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    df4cefd View commit details
    Browse the repository at this point in the history