View Source NodeJS.Worker (NodeJS v3.1.0)

A genserver that controls the starting of the node service

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the Supervisor and underlying node service.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(list, opts \\ [])

View Source
@spec start_link([binary()], any()) :: {:ok, pid()} | {:error, any()}

Starts the Supervisor and underlying node service.