Searched defs:ctxDone (Results 1 – 3 of 3) sorted by relevance
58 ctxDone <-chan struct{} // Cache the context.Done() chan member
118 ctxDone <-chan struct{} // cache of ctx.Done() (for performance). member172 …ctxDone <-chan struct{} // same as done chan but for server side. Cache of ctx.Done() (for… member
48 ctxDone <-chan struct{} // Cache the ctx.Done() chan. member