type google.golang.org/grpc/internal/buffer.Unbounded
7 uses
google.golang.org/grpc/internal/buffer (current package)
unbounded.go#L36: type Unbounded struct {
unbounded.go#L43: func NewUnbounded() *Unbounded {
unbounded.go#L44: return &Unbounded{c: make(chan interface{}, 1)}
unbounded.go#L48: func (b *Unbounded) Put(t interface{}) {
unbounded.go#L65: func (b *Unbounded) Load() {
unbounded.go#L83: func (b *Unbounded) Get() <-chan interface{} {
google.golang.org/grpc
balancer_conn_wrappers.go#L46: scBuffer *buffer.Unbounded
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |