MCPcopy
hub / github.com/IBM/sarama / release

Method release

offset_manager.go:674–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672}
673
674func (pom *partitionOffsetManager) release() {
675 pom.releaseOnce.Do(func() {
676 close(pom.errors)
677 })
678}

Callers 1

releasePOMsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected