Structured concurrency: Difference between revisions

Content deleted Content added
Line 13:
In 2019, the loom project from [[OpenJDK]] is adopting structured concurrency to bring it to the [[Java platform]] in a future release as part of a larger work on [[lightweight thread]]s and [[coroutine]]s.<ref>{{cite web |last1=Bateman |first1=Alan |website=openjdk.java.net |publisher=[[OpenJDK]] |access-date=November 23, 2019 |title=Structured concurrency |url=https://wiki.openjdk.java.net/display/loom/Structured+Concurrency}}</ref>
 
In 20202021, [[Swift (programming language)|Swift]] is mentioning adoption ofadopted structured concurrency in their concurrency roadmap.<ref>{{cite web |last1=Cohen |first1=Ben |website=swift.org |publisher=[[Swift (programming language)|Swift]] |access-date=October 31, 2020|title=Swift Concurrency Roadmap |url=https://forums.swift.org/t/swift-concurrency-roadmap/41611}}</ref>
 
== Variations ==