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

doc: add options description for process.send() and worker.send() #29868

Closed
wants to merge 5 commits into from
Closed

doc: add options description for process.send() and worker.send() #29868

wants to merge 5 commits into from

Commits on Oct 18, 2019

  1. doc: add options description for process.send() and worker.send()

    Describes the meaning of the boolean return in process.send()
    (doc/api/process.md) and worker.send() (doc/api/cluster.md) as
    described in subprocess.send() (doc/api/child_process.md)
    
    Fixes: #26995
    dev-script committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    d6d21d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356dcb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba5bf9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    691ebd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. doc: Changes in worker.send() API signature.

    Add 'options' argument in worker.send() (doc/api/cluster.md)
    API signature.
    
    Fixes: #26995
    dev-script committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    0ccba0d View commit details
    Browse the repository at this point in the history