Content deleted Content added
Gigacephalus (talk | contribs) {{compsci-stub}} created |
Gigacephalus (talk | contribs) sp. |
||
Line 1:
'''Run-to-completion scheduling''' is a [[scheduling]] in which each task runs until it either finishes, or explicitly yields control back to the scheduler. Run to completion systems typically have either an [[event queue]] which is serviced in strict order of admission, or an [[admission scheduler]], which is capable of scheduling events out of order, based on other constraints such as deadlines.
Compare with [[
{{compsci-stub}}
|