- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for recycleReq (0.07 sec)
-
internal/grid/handlers.go
type SingleHandler[Req, Resp RoundTripper] struct { id HandlerID sharedResp bool callReuseReq bool ignoreNilConn bool newReq func() Req newResp func() Resp recycleReq func(Req) recycleResp func(Resp) } func recycleFunc[RT RoundTripper](newRT func() RT) (newFn func() RT, recycle func(r RT)) { rAny := any(newRT()) var rZero RT if _, ok := rAny.(Recycler); ok {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 27.7K bytes - Viewed (0)