NodeJS v0.2.3 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) View Source
start_link([binary()]) :: {:ok, pid()} | {:error, any()}

Starts the Supervisor and underlying node service.