Content deleted Content added
Added tags to the page using Page Curation (unreferenced) |
Adding short description: "Scheduling model" |
||
(10 intermediate revisions by 9 users not shown) | |||
Line 1:
{{Short description|Scheduling model}}
{{more citations needed|date=January 2021}}
'''Run-to-completion scheduling''' or '''nonpreemptive scheduling''' is a [[scheduling (computing)|scheduling]] model in which each task runs until it either finishes, or explicitly yields control back to the scheduler.<ref>{{Cite
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 ==
* [[Preemptive multitasking]]
* [[Cooperative multitasking]]
==References==
{{Reflist}}
[[Category:Algorithms]]▼
{{compsci-stub}}
▲[[Category:Algorithms]]
|