外部控制goroutine退出

使用chan從外部控制goroutine退出。web package main import ( "fmt" "time" ) func test() { chexit := make(chan int) chforever := make(chan int) go exit(chexit) go forever(chforever) s
相關文章
相關標籤/搜索