Fork me on GitHub
#other-languages
<
2020-01-29
>
rafael20:01:31

This is a pretty cool talk about the design of Kotlin coroutines: https://youtu.be/Mj5P47F6nJg I didn't get all the details, but the basic idea of "structured concurrency" for building well-behaved trees of futures seems interesting.

rafael20:01:41

The presenter mentions this blog post as the inspiration for the "structured concurrency" name https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/

jsa-aerial21:01:45

That's the Trio guy. Trio is the only concurrent thing for Python that ever made any sense or was of any real use. It's actually pretty good