4 A Goroutine Scoped Context Proposal

posener.github.io posted by drogo 2020 days ago  

The context design in Go is beautiful and powerful. But like all things, it also can be improved. In this post I will present the major problems I currently see in the context system, a backward compatible solution to those problems, and a proof of concept library that implements a demo of the solution. Hopefully, you’ll be convinced that this change is necessary and can improve the user experience in the Go language.

Register to comment or vote on this story