package
0.0.0-20241227155741-471f92f864a1
Repository: https://github.com/kyle91/haven.git
Documentation: pkg.go.dev

# Functions

Go 启动一个新的goroutine.
NewRoutine 创建一个新的 Routine 实例.
Wait 等待所有goroutine完成 调用该方法后,将不再接受新的任务.

# Structs

Routine 管理goroutine的执行.