Options
All
  • Public
  • Public/Protected
  • All
Menu

ts-scheduler - v0.0.0-development

Index

Type aliases

SchedulerOptions

SchedulerOptions: Partial<ITestSchedulerOptions>

Optional version of ITestSchedulerOptions which is provided as input.

Variables

Const scheduler

scheduler: IScheduler = new Scheduler(GetTicker())

Functions

Const Bailout

  • Bailout(maxDuration: number): (Anonymous function)
  • Bails out as soon as enough time is spent in doing some computation

    Parameters

    • maxDuration: number

    Returns (Anonymous function)

Const testScheduler

Generated using TypeDoc