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

ReactiveX / RxPY / 799 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2018 11:10AM UTC
Files 228
Run time 9s
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

25 Dec 2018 11:09AM UTC coverage: 85.353% (-0.03%) from 85.385%
799.1

push

travis-ci

dbrattli
implemented threadsafe schedule methods (#266)

This commit fixes #249.

The immediate scheduling method is based on call_soon_threadsafe to
schedule the action on the event loop. The dispose function uses
a future from the concurrent package so that it can block until the
action is canceled.

The relative scheduling method is executed in two steps: The first one
allows to move the execution context to the event loop. The second step
schedules the action at the appropriate time.

5740 of 6725 relevant lines covered (85.35%)

0.85 hits per line

Source Files on job 799.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 782
  • Travis Job 799.1
  • 0ef10bbe on github
  • Prev Job for on master (#798.1)
  • Next Job for on master (#800.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