Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ CloseTimeout
Function
CloseTimeout
internal/util/pool/options.go:36–40 ·
view source on GitHub ↗
(t time.Duration)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
CloseTimeout(t time.Duration) Option {
37
return
func
(o *Options) {
38
o.CloseTimeout = t
39
}
40
}
Callers
2
newRPCClient
Function · 0.92
Init
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…