go-floc icon indicating copy to clipboard operation
go-floc copied to clipboard

Floc: Orchestrate goroutines with ease.

Results 1 go-floc issues
Sort by recently updated
recently updated
newest added

I can't seem to figure out how to handle multiple errors occurring in parallel. ``` func fail(msg string) floc.Job { return func(ctx floc.Context, ctrl floc.Control) error { return errors.New("error "...