An interesting article on what is (and isn't) possible for using structured concurrency in rust: https://blog.yoshuawuyts.com/tree-structured-concurrency. The TL;DR seems to be that async destructures are the big thing missing from the language to fully implement it.
Comments