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

ReactiveX / RxPY / 30294089623
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: release/master
DEFAULT BRANCH: master
Ran 27 Jul 2026 06:31PM UTC
Jobs 1
Files 417
Run time 1min
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

27 Jul 2026 06:30PM UTC coverage: 93.495%. Remained the same
30294089623

Pull #810

github

dbrattli
docs: explain how to parallelize work within a single stream

The "CPU Concurrency" guide only demonstrated concurrency across
independent pipelines, and never stated that the items of a single
pipeline are delivered one at a time. Readers reasonably concluded that
adding observe_on(ThreadPoolScheduler(n)) would process items in
parallel, and reported the resulting sequential execution as a bug.

Add a "Parallelizing Work Within a Single Stream" section showing the
flat_map fan-out pattern, note the ordering and max_concurrent
trade-offs, and cross-reference it from the observe_on discussion and
docstring.

Closes #713. Same underlying question as #67, #100 and #528.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #810: docs: explain how to parallelize work within a single stream

25713 of 27502 relevant lines covered (93.5%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30294089623.1 27 Jul 2026 06:31PM UTC 417
93.5
GitHub Action Run
Source Files on build 30294089623
  • Tree
  • List 417
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #810
  • PR Base - master (#30293506554)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc