Virtual thread: Difference between revisions

Content deleted Content added
Soc88 (talk | contribs)
m really, how many missing `.` at the end of a sentence can an article have?!?
Definition: Grammar/terminology: Teared reads -> Torn reads
Tags: Mobile edit Mobile web edit
Line 13:
* Virtual threads are preemptive
** This is important for response performance, that the virtual thread can react to events without programmer intervention or before concluding a current task
** Preemption requires knowledge of multi-threaded programming to avoid tearedtorn writes, data raceraces, and invisible writes by other threads
* Virtual threads can hop over the execution units of all processors and cores
** This allows for using all available hardware, a 10x increase on today's computers