logoalt Hacker News

leocyesterday at 9:42 PM2 repliesview on HN

What should people read to learn about structured concurrency?


Replies

kibwenyesterday at 11:09 PM

I think the clearest sales pitch comes from this post from the author of Trio, which is an implementation of structured concurrency for Python: https://vorpus.org/blog/notes-on-structured-concurrency-or-g... .

gf000yesterday at 11:06 PM

Perhaps java's related JEPs could be a good starting point?

https://openjdk.org/jeps/505

There are also related discussions on other platforms that are worthy to read.