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

ReactiveX / RxPY / 1471
93%

Build:
DEFAULT BRANCH: master
Ran 28 Oct 2019 10:31PM UTC
Jobs 1
Files 220
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
1471

push

travis-ci

web-flow
Fixed await on Observable that schedules later (#462)

In the current implementation, tofuture does not provide a scheduler
when subscribing to the Observable. As a consequence, when used from
await,  if the Observable chain uses an operator that deals with time,
a deadlock occurs because we try to complete the - asyncio - future
from another thread than the mainloop.

In __await__ we can provide an AsyncioScheduler associated to the
current event loop because it is always called from the context of the
current event loop.

Fixes #456

7 of 7 new or added lines in 2 files covered. (100.0%)

6041 of 6501 relevant lines covered (92.92%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1471.4 28 Oct 2019 10:31PM UTC 0
92.92
Travis Job 1471.4
Source Files on build 1471
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1471
  • f7767e10 on github
  • Prev Build on master (#1468)
  • Next Build on master (#1472)
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

© 2025 Coveralls, Inc