go-pkgz / syncs

Concurrency and synchronization primitives
https://go-pkgz.umputun.dev/syncs/
MIT License
136 stars 13 forks source link

ErrSizedGroup (context, multierror) #11

Open razor-87 opened 10 months ago

razor-87 commented 10 months ago

Hi, yesterday I decided to take a closer look at the examples from the readme, in the process it turned out that the last example for ErrSizedGroup runs with an error cannot use func(ctx context.Context) error {…} (value of type func(ctx context.Context) error) as func() error value in argument to egrp.Go.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 6737635799


Totals Coverage Status
Change from base Build 6286685592: 1.1%
Covered Lines: 183
Relevant Lines: 183

💛 - Coveralls
razor-87 commented 10 months ago

Error: "1 error(s) occurred: [0] {err from function 101}" does not contain "err from function 100"

hmm, again the same error in the test