复杂航空

文章
4
资源
0
加入时间
4年1月24天

Go语言并发之道学习十 心跳单元测试

心跳单元测试package mainimport ( "time" "testing")func DoWork( done <-chan interface{}, pulseInterval time.Duration, nums ...int, )(<-chan interface{},<-chan int){ heartbeat := make(...