10 Star 31 Fork 5

夏午茶 / sago

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Pipe_base.go 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
gjy 提交于 2019-08-28 11:41 . 目录结构优化
package sago
//协程池接口
//type PoolInterface interface {
// Commit(w WorkerInterface)
//}
//任务接口
type WorkerInterface interface {
Task() error
GetTaskID() interface{}
}
Go
1
https://gitee.com/xiawucha365/sago.git
git@gitee.com:xiawucha365/sago.git
xiawucha365
sago
sago
v1.1.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891