//
pkg.gl
Category
github.com/couchbase/stellar-gateway
utils
latestonlychannel
package
1.0.0
Repository:
https://github.com/couchbase/stellar-gateway.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
42 SLOC
#
Functions
Wrap
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.