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

kwonoj / RxJS / 1421
98%

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

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

6396 of 6615 relevant lines covered (96.69%)

605.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1421.1 16 Jul 2016 06:57AM UTC 0
96.69
Travis Job 1421.1
Source Files on build 1421
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1421
  • 548ec2a3 on github
  • Prev Build on master (#1418)
  • Next Build on master (#1423)
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