package
0.0.0-20220226110805-ce3a2b72a290
Repository: https://github.com/foolishnoob/go-xkratos.git
Documentation: pkg.go.dev
# Functions
DelayGo goroutine.
Go goroutine.
GoDirect ...
No description provided by the author
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
策略注入.