func()

in ctxtool/cancel.go [56:60]


func (ac *AutoCancel) Cancel() {
	for _, fn := range ac.funcs {
		defer fn()
	}
}