【开源框架】Golang DAG 任务调度框架 Goflow : Simply way to control goroutines execution order based on dependencies.
Simply way to control goroutines execution order based on dependencies.
文章目录
Goflow
Goflow is a simply package to control goroutines execution order based on dependencies. It works similar to async.auto
from node.js async package, but for Go.
Install
Install the package with: