16 lines
387 B
ObjectPascal
16 lines
387 B
ObjectPascal
{ ************************************************
|
|
* Asuro
|
|
* Unit: ContextSwitcher
|
|
* Description: Switches context between processes
|
|
* when preempted by the scheduler.
|
|
************************************************
|
|
* Author: K Morris
|
|
* Contributors:
|
|
************************************************ }
|
|
unit contextswitcher;
|
|
|
|
interface
|
|
|
|
implementation;
|
|
|
|
end. |