Hacker News new | ask | show | jobs
by wahern 1063 days ago
> Not sure how this is any better wrt overheads.

At the end he implements an experimental runtime mechanism that permits a goroutine to explicitly switch execution to another goroutine rather than using the generic channel scheduling plumbing.

1 comments

Its in the last paragraph of the article...Very easy to miss given the code uses goroutines and channels.