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

ReactiveX / RxPY / 1469
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: gi-require_version-before-import
DEFAULT BRANCH: master
Ran 08 Oct 2019 09:02PM UTC
Jobs 1
Files 220
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
1469

Pull #462

travis-ci

web-flow
Fixed await on Observable that schedules later

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
Pull Request #462: Fixed await on Observable that schedules later

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 1469.4 08 Oct 2019 09:02PM UTC 0
92.92
Travis Job 1469.4
Source Files on build 1469
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1469
  • Pull Request #462
  • PR Base - master (#1468)
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