Dimitri Wyzlic

Results 3 issues of Dimitri Wyzlic

### New Issue Checklist * [X] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md) * [X] I have read the [Documentation](http://cocoadocs.org/docsets/SDWebImage/) * [X] I have searched for a similar issue...

**Describe the bug** When running `pants tailor ::` I have this error message: ``` ❯ pants tailor :: 14:39:18.16 [INFO] Initialization options changed: reinitializing scheduler... 14:39:24.10 [INFO] Scheduler initialized. 14:39:28.41...

bug
backend: Go

If I take the example from the documentation but I add `WithResult`: ```go func main() { p, _ := workerpool.NewPoolWithResults(4, func(job workerpool.Job[float64], workerID int) (int, error) { result := math.Sqrt(job.Payload)...