SolarLune / gocoro

gocoro is a package for coroutines, implemented in Go.
MIT License
14 stars 1 forks source link

another implementation #2

Open gedw99 opened 10 months ago

gedw99 commented 10 months ago

https://github.com/stealthrocket/coroutine is another one that you might be interested in.

As I understand it your are using this for Ebiten to make it easier for the GUI thread to do async calls ?