Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface String

Hierarchy

  • String

Index

Methods

Methods

async

  • Dependences are executed serially by default. If order doesn't matter and you want better performance via parallel, you can mark it as asynchronized. Asynchronized will run immediately whether there are synchronized tasks before them or not. You can pass a number as the priority of asynchronized tasks, bigger is formmer.

    Parameters

    • Optional priority: number | boolean

    Returns DepBuilder

force

options

  • options<O>(opts: O | NonNullable<TaskDep["resolveOptions"]>): DepBuilder

Generated using TypeDoc