Hacker News new | ask | show | jobs
by msteinert 4681 days ago
I've always liked Russ Cox's solution [1]

[1]: http://swtch.com/libtask/

2 comments

I concur. It's more code, but it's still really easy to understand, and basically precedes Go's concurrency model.
Also, it is more powerful. You can return/resume from arbitrary function depths.