Interface IThread<Args, Output>

Type Parameters

  • Args extends [args: unknown[]] | unknown

  • Output

Hierarchy

  • IThread

Methods

Methods

  • Executes the thread function and returns the result.

    Returns

    Parameters

    • Optional Rest ...data: Args extends any[] ? Args : [Args]

      optional

    Returns Promise<Output>

Generated using TypeDoc