Skip to content

Add AsyncScheduler and time-related operators #24

@buckle2000

Description

@buckle2000

Here is a list of time-related operators in RxJS

  • audit/auditTime
  • bufferTime
  • debounce/debounceTime
  • delay
  • delayWhen
  • sampleTime
  • timeout/timeoutWith
  • timeInterval
  • throttle/throttleTime
  • sample/sampleTime
  • windowTime

Here is all public methods of AsyncScheduler

now(): number;
schedule(work, delay?, state?): Subscription;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions