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

ReactiveX / rxjs / 3296
97%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2016 02:02AM UTC
Jobs 1
Files 336
Run time 16s
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

pending completion
3296

push

travis-ci

blesh
fix(schedulers): fix asap and animationFrame schedulers to execute across async boundaries. (#1820)

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

232 of 232 new or added lines in 19 files covered. (100.0%)

6396 of 6615 relevant lines covered (96.69%)

605.12 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/scheduler/Action.ts
1
100.0
src/scheduler/QueueAction.ts
2
100.0
src/scheduler/AnimationFrameAction.ts
2
100.0
src/scheduler/AsapAction.ts
2
100.0
src/scheduler/AsyncAction.ts
2
100.0
src/scheduler/VirtualTimeScheduler.ts
4
100.0
src/scheduler/AnimationFrameScheduler.ts
4
100.0
src/scheduler/AsapScheduler.ts
Jobs
ID Job ID Ran Files Coverage
1 3296.1 16 Jul 2016 02:02AM UTC 0
96.69
Travis Job 3296.1
Source Files on build 3296
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3296
  • 548ec2a3 on github
  • Prev Build on master (#3282)
  • Next Build on master (#3299)
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