Searched refs:ctxDone (Results 1 – 4 of 4) sorted by relevance
58 ctxDone <-chan struct{} // Cache the context.Done() chan member206 ctxDone: ctx.Done(),225 t.controlBuf = newControlBuffer(t.ctxDone)407 s.ctxDone = s.ctx.Done()408 s.wq = newWriteQuota(defaultWriteQuota, s.ctxDone)412 ctxDone: s.ctxDone,1129 case <-t.ctxDone:
118 ctxDone <-chan struct{} // cache of ctx.Done() (for performance). member143 case <-r.ctxDone:172 …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. member209 ctxDone: ctx.Done(), // Cache Done chan.236 t.controlBuf = newControlBuffer(t.ctxDone)338 ctxDone: s.ctx.Done(),1295 case <-t.ctxDone:
368 reader: &recvBufferReader{ctx: s.ctx, ctxDone: s.ctx.Done(), recv: s.buf},