interface Scheduler {
    wait(delay, maybeOptions?): Promise<void>;
}

Methods

Methods

  • Parameters

    Returns Promise<void>