package
2.9.9
Repository: https://github.com/abulo/ratel.git
Documentation: pkg.go.dev

# Functions

DelayGo goroutine.
Go goroutine.
GoDirect ...
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 time, returns a chan of errors.
SafeGo safe go.
Serial 串行.
SerialUntilError 创建一个迭代器.
SerialWhenError ...
SerialWithError ...

# Variables

ContinueWhenError ...
LastErrorWhenError ...
PanicWhenError ...
ReturnWhenError ...

# Type aliases

WhenError 策略注入.