//
pkg.gl
Category
github.com/Kyle91/haven
routine
package
0.0.0-20241227155741-471f92f864a1
Repository:
https://github.com/kyle91/haven.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
52 SLOC
#
Functions
Go
Go 启动一个新的goroutine.
NewRoutine
NewRoutine 创建一个新的 Routine 实例.
Wait
Wait 等待所有goroutine完成 调用该方法后,将不再接受新的任务.
#
Structs
Routine
Routine 管理goroutine的执行.