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

ben-manes / caffeine / #5663
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 19 Jul 2026 11:09PM UTC
Jobs 1
Files 78
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

19 Jul 2026 10:48PM UTC coverage: 100.0%. Remained the same
#5663

push

github

ben-manes
Document EventDispatcher listener behaviors as by-design

Two no-defect EventDispatcher notes:

- The per-key dispatch-queue slot (compute-append vs whenComplete-remove)
  is race-safe without extra locking: compute is atomic (CHM bin lock) so
  a completing future's cleanup can't interleave the chain-append, and
  cleanup is a conditional remove(key, future) that fires only if that
  future is still the head. No lost/reordered event and no leaked slot.

- Listener registrations dedup by MutableCacheEntryListenerConfiguration
  field-equality (Registration wraps the config in an immutable MCELC and
  both register and deregister key by it), not the caller's config equals.
  Two field-equal but custom-equals-distinct configs register once, not
  twice. Intentional and the more spec-defensible reading: it dedups an
  accidental double-register, gives a stable mutation-immune key, and only
  diverges from the RI on absurdly contrived input.

4194 of 4201 branches covered (99.83%)

8455 of 8455 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5663.1 19 Jul 2026 11:09PM UTC 78
100.0
Source Files on build #5663
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 40a133c9 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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