Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • E = unknown

  • R = unknown

  • CTX: object = default

Hierarchy

Index

Properties

group?: string

Group name of a task

handler?: ProxyCb<E, R, CTX>

Event handler (the result of invoking is provided to a promise)

join?: Join

Strategy to join competitive tasks (with the same labels):

  1. true - all tasks are joined to the first;
  2. 'replace' - all tasks are joined (replaced) to the last (only for promises).
label?: Label

Label of a task (the previous task with the same label will be canceled)

options?: Dictionary<unknown>

Additional options for the emitter