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

klmitch / parallelizer
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v1.0.0
DEFAULT BRANCH: master
Repo Added 02 Feb 2020 11:52AM UTC
Files 5
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

LAST BUILD ON BRANCH v0.3.0
branch: v0.3.0
CHANGE BRANCH
x
Reset
  • v0.3.0
  • master
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.2.0
  • v0.3.1
  • v0.3.2
  • v1.0.0

02 Feb 2020 07:47PM UTC coverage: 100.0%. First build
9

push

travis-ci

klmitch
Add a serializer

This commit creates a serializer interface and implementation.  A
serializer is the opposite of a parallelizer, in that the calls are made
synchronously in a single goroutine, instead of in parallel by a farm of
worker goroutines.  This may be used to allow multiple goroutines to
invoke methods on an object which is not designed with thread safety in
mind; in particular, the interface is perfect for using with a builder
pattern.

428 of 428 relevant lines covered (100.0%)

4.64 hits per line

Relevant lines Covered
Build:
Build:
428 RELEVANT LINES 428 COVERED LINES
4.64 HITS PER LINE
Source Files on v0.3.0
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9 v0.3.0 Add a serializer This commit creates a serializer interface and implementation. A serializer is the opposite of a parallelizer, in that the calls are made synchronously in a single goroutine, instead of in parallel by a farm of worker goroutines... push 02 Feb 2020 07:49PM UTC klmitch travis-ci
100.0
See All Builds (20)
  • Repo on GitHub
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