Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "operators/delay"

Index

Modules

Functions

Functions

delay

  • The delay method creates a new channel that will receive all the values coming from its source, but with a delay expressed in milliseconds.

    Type parameters

    • T

    Parameters

    Returns ChannelWrapper<T>

    a fresh new channel that will receive all the value inserted into the channel on which this method was called, but delayed by a specific amount of time

Const timeout

  • timeout(ms: number): Promise<void>

Generated using TypeDoc