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