cschleiden / go-workflows

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

Investigate whether to adopt `iter` package #352

Open cschleiden opened 2 months ago

cschleiden commented 2 months ago

Can we use iter - https://github.com/golang/go/issues/61897 for the coroutine functionality at the base of the executor?

valyala commented 2 months ago

This article may be useful during the investigation.

cschleiden commented 2 months ago

@valyala that's what led me to create this issue 😄