temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
481 stars 197 forks source link

Provide methods to wait for handlers to finish #1500

Closed drewhoskins-temporal closed 4 days ago

drewhoskins-temporal commented 1 month ago

Users want to easily await (or ignore) all their remaining handlers when they continue as new or exit the workflow. Since we can't tell what they want, they should specify.