Searched defs:emptyCtx (Results 1 – 1 of 1) sorted by relevance
177 type emptyCtx struct{} struct179 func (emptyCtx) Deadline() (deadline time.Time, ok bool) {183 func (emptyCtx) Done() <-chan struct{} {187 func (emptyCtx) Err() error {191 func (emptyCtx) Value(key any) any {195 type backgroundCtx struct{ emptyCtx } member201 type todoCtx struct{ emptyCtx } member