//
pkg.gl
Category
github.com/lovoo/goka
multierr
package
1.1.13
Repository:
https://github.com/lovoo/goka.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
5
Dependents
15
Files
134 SLOC
#
Functions
NewErrGroup
NewErrGroup creates a new ErrGroup using passed context.
NewMultiWait
#
Structs
ErrGroup
ErrGroup implements a group of parallel running tasks allowing to wait for all routines to terminate, as well as error handling.
Errors
Errors represent a list of errors triggered during the execution of a goka view/processor.
MultiWait