go 協程池

package main import ( "fmt" "log" "strconv" "sync" ) //定義任務接口 type Runnable interface { run() } //具體任務,實現任務接口 type Task struct { name string //任務數據 fun func(string) /
相關文章
相關標籤/搜索