Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

destructor?: string

Name of a destructor method

group?: string

Group name of a task

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)

name?: string

Namespace of the proxy

onMutedResolve?: CanArray<Function | ((this: default<default<any>>, e: AnyFunction<any[], any>) => AnyFunction<any[], any>)>

Handler/s of muted promise resolving. These handlers are invoked when occurring resolving the promise if it is muted.