bysans
1/7/2019 - 11:59 AM

[cancelled] Run functions for the isCancel open

[cancelled] Run functions for the isCancel open

func cancelled() bool {
	select {
	case <-isCancel:
		return true
	default:
		return false
	}
}