• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / rxjs / 3265 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2016 02:53AM UTC
Files 337
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jul 2016 02:47AM UTC coverage: 96.342% (-0.1%) from 96.472%
3265.1

Pull #1820

travis-ci

web-flow
fix(schedulers): fix asap and animationFrame schedulers to execute across async boundaries.

The AsapScheduler and AnimationFrameSchedulers were totally busted. My bad. Now they execute their scheduled actions in batches. If actions reschedule while executing a batch, a new frame is requested for the rescheduled action to execute in.

This PR also simplifies the public `Scheduler` and `Action` APIs. Implementation details like the `actions` queue and `active` boolean are now on the concrete implementations, so it's easier for people to implement the Scheduler API. This PR also renames `FutureAction` -> `AsyncAction` to conform to the same naming convention as the rest of the Action types.

Fixes #1814
Pull Request #1820: fix(schedulers): fix asap and animationFrame schedulers to execute across their respective async boundaries

6374 of 6616 relevant lines covered (96.34%)

604.87 hits per line

Source Files on job 3265.1
  • Tree
  • List 0
  • Changed 24
  • Source Changed 20
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3265
  • Travis Job 3265.1
  • 13bf25e6 on github
  • Prev Job for on master (#3258.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc