I’ve put a small project together over the weekend that implements structured concurrency in Go.
It’s in no way production ready, but it may be of interest if you want to just play with it.
I’ve put a small project together over the weekend that implements structured concurrency in Go.
It’s in no way production ready, but it may be of interest if you want to just play with it.
I’ll try to add context (not knowing Go well, feel free to correct me):
go
statement, etc.) rather than library.go
statement).I see, it’s clarified more in the README:
This project is meant as a playground for experimenting with what a language with native support for structured concurrency would look like.