package
0.0.0-20231024024734-2ffed3f7a9a8
Repository: https://github.com/amazinggan/pkg.git
Documentation: pkg.go.dev
# Functions
DelayGo goroutine.
Go goroutine.
GoDirect ...
No description provided by the author
NewIterator 创建一个迭代器.
Parallel 并发执行.
ParallelWithError ...
ParallelWithErrorChan calls the passed functions in a goroutine, returns a chan of errors.
RestrictParallel 并发,最大并发量restrict.
RestrictParallelWithErrorChan calls the passed functions in a goroutine, limiting the number of goroutines running at the same timeUtil, returns a chan of errors.
SafeGo safe go.
Serial 串行.
创建一个迭代器.
SerialWhenError ...
SerialWithError ...
WithContext returns a new Group and an associated Context derived from ctx.
# Variables
ContinueWhenError ...
No description provided by the author
LastErrorWhenError ...
PanicWhenError ...
ReturnWhenError ...
# Interfaces
No description provided by the author
# Type aliases
策略注入.