Class: IPC

IPC

Class representing Inter Process Communications (IPC) Transport for workers.

new Transports.IPC()

transports/ipc.js, line 8

Methods

createInstance(callback)

transports/ipc.js, line 12

Create an IPC worker and return it when ready

Name Type Description
callback function

Callback to be called when worker is ready.