src.elv.sh/pkg/rpc.Client.pending (field)
8 uses
src.elv.sh/pkg/rpc (current package)
client.go#L48: pending map[uint64]*Call
client.go#L84: client.pending[seq] = call
client.go#L93: call = client.pending[seq]
client.go#L94: delete(client.pending, seq)
client.go#L114: call := client.pending[seq]
client.go#L115: delete(client.pending, seq)
client.go#L159: for _, call := range client.pending {
client.go#L203: pending: make(map[uint64]*Call),
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)