RxLua icon indicating copy to clipboard operation
RxLua copied to clipboard

Add AsyncScheduler and time-related operators

Open buckle2000 opened this issue 6 years ago • 0 comments

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;

buckle2000 avatar Jan 22 '18 04:01 buckle2000