snivilised / lorax

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

add boost WaitGroup interface #295

Closed plastikfan closed 2 months ago

plastikfan commented 2 months ago

This allows the use of a non sync.WaitGroup intance for debugging purposes. Need a new func TrackWaitGroup that takes an existing sync.WaitGroup and returns a wrapper object that is able to track Add/Done calls.