Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Connection

Hierarchy

  • Connection

Index

Methods

broadcast

  • A convenient method that invokes a method on each worker.

    Read more...

    Parameters

    Returns Promise<any>[]

close

  • close(): void
  • Closes the existing connection instance to workers.

    Read more...

    Returns void

invoke

  • Invokes a method on the remote module loaded with the worker.

    Read more...

    Parameters

    Returns Promise<any>

Generated using TypeDoc