Kubeservice博客

是非审之于己,毁誉听之于人,得失安之于数

Golang之 golang common goroutine scheduler 定时调度引擎

Golang 通用基础库: goroutine scheduler 定时调度引擎

定时调度引擎 goroutine scheduler 背景 类似于 python schedule的伟大设计,实现golang版本的 golang scheduer模块 使用方式 package main import ( "flag" "fmt" "time" "github.com/kubeservice-stack/common/pkg/schedule" ) func ExampleTask(name string) { fmt.Println("Example Task "