cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
218 stars 50 forks source link

Fix waitgroup when waiting after Done #331

Closed cschleiden closed 5 months ago

cschleiden commented 5 months ago

When Wait-ing on the wait group after the wait counter was set to 0 already, the Wait would never return