Returns the numerical priority of the Lisp process.
mp
process-priority process => priority
process
A process.
priority
A fixnum, the priority of process .
Returns the numerical priority of the Lisp process. This can be modified by calling mp:change-process-priority .
mp:change-process-priority
CL-USER 17 > (mp:process-priority mp:*current-process*)
600000
change-process-priority