Returns a function that specifies a reason for the Lisp process waiting. The system periodically applies process-wait-function
to the wait-arguments given to process-wait
to decide whether to wake the process up. A process is generally given a wait function by means of process-wait
.