Remix.run Logo
leoc 5 hours ago

What should people read to learn about structured concurrency?

kibwen 3 hours ago | parent | next [-]

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... .

gf000 3 hours ago | parent | prev [-]

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.