12 lines
167 B
ObjectPascal
12 lines
167 B
ObjectPascal
{
|
|
ContextSwitcher - Switch Process Contexts when preempted.
|
|
|
|
@author(Kieron Morris <kjm@kieronmorris.me>)
|
|
}
|
|
unit contextswitcher;
|
|
|
|
interface
|
|
|
|
implementation;
|
|
|
|
end. |