Searched defs:timerCtx (Results 1 – 1 of 1) sorted by relevance
648 type timerCtx struct { struct649 cancelCtx650 timer *time.Timer // Under cancelCtx.mu.652 deadline time.Time655 func (c *timerCtx) Deadline() (deadline time.Time, ok bool) {659 func (c *timerCtx) String() string {665 func (c *timerCtx) cancel(removeFromParent bool, err, cause error) {