Y
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
_ak
4681 days ago
I concur. It's more code, but it's still really easy to understand, and basically precedes Go's concurrency model.
link
iambvk
4681 days ago
Also, it is more powerful. You can return/resume from arbitrary function depths.
link