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 2021, [[Swift (programming language)|Swift]] adopted structured concurrency.<ref>{{cite web |last1=Cohen |first1=Ben |website=swift.org |publisher=[[Swift (programming language)|Swift]] |access-date=October 31, 2020|title=Swift Structured Concurrency RoadmapProposal |url=https://forumsgithub.swift.orgcom/tapple/swift-concurrency-roadmapevolution/41611blob/main/proposals/0304-structured-concurrency.md}}</ref>
 
== Variations ==