Content deleted Content added
Gigacephalus (talk | contribs) (usually by means of an event loop) |
Gigacephalus (talk | contribs) |
||
Line 1:
'''Run-to-completion scheduling''' is a [[scheduling (computing)|scheduling]] model in which each task runs until it either finishes, or explicitly yields control back to the scheduler. Run to completion systems typically have
Some [[preemptive multitasking]] scheduling systems behave as run-to-completion schedulers in regard to scheduling tasks at one particular [[process priority]] level, at the same time as those processes still preempt other lower priority tasks and are themselves preempted by higher priority tasks.
== See also ==
* [[Deadline scheduling]]
* [[Preemptive multitasking]]
* [[Cooperative multitasking]]
|