coroutines
-
Cooperative vs Preemptive MultitaskingModeling/TheoremParadigm 2019. 11. 10. 14:08
1. Overview Cooperative multitasking, also known as non-preemptive multitasking, is a style of computer multitasking in which the operating system never initiates a context switch from a running process to another process. Instead, processes voluntarily yield control periodically or when idle or logically blocked in order to enable multiple applications to be run concurrently. This type of multi..