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

lib: refactored cluster schedule_handlers #32485

Closed

Commits on Mar 26, 2020

  1. lib: refactored cluster schedule_handlers

    Scheduler handler for cluster were implemented in function prototype
    form, which can be converted to newer syntax of classes. Also seperated
    concern for attaching listener to one of the internal methods of class
    in round_robin_handle. Used `Map` instead of `Array` when there are
    cases for continous finding element.
    
    Fixes: nodejs#32480
    yashLadha committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e6c9a26 View commit details
    Browse the repository at this point in the history