NodeJS v2.0.0 NodeJS.Worker View Source

A genserver that controls the starting of the node service

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the Supervisor and underlying node service.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(list, opts \\ [])

View Source

Specs

start_link([binary()], any()) :: {:ok, pid()} | {:error, any()}

Starts the Supervisor and underlying node service.