package
1.0.0
Repository: https://github.com/couchbase/stellar-gateway.git
Documentation: pkg.go.dev

# Functions

LatestOnlyChannel creates a channel pipe which guarentees that the input channel will never block by having no queue and discarding older entries from being sent to the output once newer values are received on the input channel.