MCPcopy
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
36func CloseTimeout(t time.Duration) Option {
37 return func(o *Options) {
38 o.CloseTimeout = t
39 }
40}

Callers 2

newRPCClientFunction · 0.92
InitMethod · 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…