in ctxtool/channel.go [44:51]
func (c chanCanceller) Err() error { select { case <-c: return context.Canceled default: return nil } }