alitto / pond

🔘 Minimalistic and High-performance goroutine worker pool written in Go
MIT License
1.43k stars 60 forks source link

fix Submit(), on ARM 32-bit cpus #39

Closed mcuadros closed 1 year ago

mcuadros commented 1 year ago

Solved as seen in https://github.com/minio/minio/pull/14568/files.

Fixes https://github.com/alitto/pond/issues/38

Test in production and works as expected

alitto commented 1 year ago

Thanks @mcuadros! I just released v1.8.3 which contains your fix. Please let me know if you find anything's off.

micronull commented 1 year ago

This is a revelation to me. 😳