{ This deck externalizes the signal handler procedure of the job scheduler.
{ The signal handler procedure of the scheduler is responsible for actually
{ invoking the physical swapout/swapin process.
{
{  jmp$swap_signal_handler(recipient: ost$global_task_id,
{     signal: pmt$signal);
{
{  recipient: (input)  Will be the scheduler asynchronous swapper.
{  signal: (input) the message sent will describe which job to swap via its AJL ordinal.
{  Also provided is the swap function, either swapout or swapin.
