snivilised / lorax

🌟 reactive extensions for go (a pseudo rxgo version 3)
MIT License
4 stars 0 forks source link

make pool size an option #290

Closed plastikfan closed 3 months ago

plastikfan commented 3 months ago

In the core ants pool, the pool size is required upfront in the constructor function. I would prefer that it defaults to number of CPUs and can be overridden by specifiying an option.