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

Making async.forever run... forever =) #622

Closed
wants to merge 1 commit into from
Closed

Making async.forever run... forever =) #622

wants to merge 1 commit into from

Commits on Sep 12, 2014

  1. Making async.forever run... forever =)

    Previously, if async.forever was called, since it wasn't using `setImmediate` --
    the max call stack size would be exceeded rather quickly.
    
    This fix introduces setImmediate behavior to prevent user-generated tasks from
    starving the event loop of resources.
    
    Fixes #437.
    rdegges committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    fcbcade View commit details
    Browse the repository at this point in the history