|
|
|
|
|
by dullgiulio
2193 days ago
|
|
Languages that to green threads don't do them for memory savings, but to save on context switches when a thread is blocked and cannot run. System threads are scheduled by the OS, green threads my the language runtime, which saves a context switch. |
|