Source: wikibot/run-to-completion-scheduling

= Run to completion scheduling
{wiki=Run_to_completion_scheduling}

Run to completion scheduling is a scheduling policy primarily used in computing and real-time systems where a task is allowed to run to its completion without being preempted by other tasks or processes. This means that once a task starts executing, it is not interrupted until it has finished running.