snivilised / lorax

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

create generic worker pool wrapper #271

Closed plastikfan closed 4 months ago

plastikfan commented 4 months ago

The boost wrapper will wrap the underlying ants worker pool and expose functionality that matches the legacy worker pool.

plastikfan commented 4 months ago

Just some notes about the design of the ants worker pool that should be acknowledged:

plastikfan commented 4 months ago

In the wrapper, to make the pool easier to work with, we could various different UNIT-OF-WORK interfaces:

plastikfan commented 4 months ago

ants contains a proprietry Logger interface. This needs to be replaced by the standard structured logger.