package
0.0.0-20201215110546-04adac5990ce
Repository: https://github.com/cebrains/jupiter.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 串行.
创建一个迭代器.
SerialWhenError ...
SerialWithError ...

# Variables

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

# Type aliases

策略注入.