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

cluster: return worker reference from disconnect() #10019

Closed
wants to merge 3 commits into from

Commits on Dec 15, 2016

  1. cluster: return worker reference from disconnect()

    Changes disconnect() to return a refererence to the worker.
    This will enable method chaining such as
    "worker.disconnect().once('disconnect', doThis);"
    stv8 committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    7ef5107 View commit details
    Browse the repository at this point in the history
  2. cluster: Update markdown

    Add minor changes to docs
    stv8 committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    a0af33c View commit details
    Browse the repository at this point in the history
  3. cluster: add test for worker

    Add test for work in addition to tests for master
    stv8 committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    14f58fd View commit details
    Browse the repository at this point in the history