Virtual thread: Difference between revisions

Content deleted Content added
Definition: Improving phrasing and grammar
Tags: Mobile edit Mobile web edit
Soc88 (talk | contribs)
mNo edit summary
Line 56:
 
=== Go ===
Go's ''goroutines'' became preemptive with go1Go 1.4 in 2014 and isare since the mosta prominent application of virtual threads. A goroutine is a virtual thread. Go first appeared in 2009.
 
=== Java Project Loom ===