mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 20:27:45 +00:00
Reduce excessive sleep after waiting for a process to exit (1s -> 10us)
This commit is contained in:
@@ -701,7 +701,7 @@ LispPTR Unix_handlecomm(LispPTR *args) {
|
||||
debugged. So we time it out just be safe. */
|
||||
if (UJ[slot].status != -1) break;
|
||||
wait_for_comm_processes();
|
||||
sleep(1);
|
||||
usleep(10);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user