Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wrpc
/ Close
Method
Close
go/wrpc.go:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
func
(r nestedReceiver[T, A, B]) Close() error {
175
return
r.rx.Close()
176
}
177
178
func
NewNestedReceiver[T any, A Receiver[B], B Receiver[T]](rx A) Receiver[Receiver[T]] {
179
return
nestedReceiver[T, A, B]{rx}
Callers
7
Close
Method · 0.45
Close
Method · 0.45
TestAsync
Function · 0.45
TestResources
Function · 0.45
TestSync
Function · 0.45
run
Function · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestAsync
Function · 0.36
TestResources
Function · 0.36
TestSync
Function · 0.36