teasp00n
02/22/2019, 2:43 AMSystemkern
02/22/2019, 8:28 AMIn computer programming, green threads are threads that are scheduled by a runtime library or virtual machine (VM) instead of natively by the underlying operating system.
I would say that Java Threads are "green threads"
Coroutines are much more than that. They are basically a toolset for asynchronous programming which gives you not only concurrency but also continuation and suspension
there is actually a very good tak from Roman Elizarov from Kotlinonf 2018
karelpeeters
02/22/2019, 1:42 PMSystemkern
02/22/2019, 3:36 PMjmhmccr
02/23/2019, 11:30 PM