You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With Go 1.23 range-over-func was brought into the language allowing the implementation of iterator like patterns
Describe the solution you'd like
Consider what APIs we can add to the Go SDK to take advantage of range-over-func
The main place (async) iterators are used in other SDKs is listing workflows, listing schedules, and iterating history events. So would add "iterating history events" to your list.
Is your feature request related to a problem? Please describe.
With Go 1.23 range-over-func was brought into the language allowing the implementation of iterator like patterns
Describe the solution you'd like
Consider what APIs we can add to the Go SDK to take advantage of range-over-func
Additional context
https://go.dev/wiki/RangefuncExperiment
The text was updated successfully, but these errors were encountered: