func()

in ctxtool/cancel.go [110:114]


func (c CancelContext) Cancel() {
	if c.cancel != nil {
		c.cancel()
	}
}