mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 15:57:13 +00:00
Reduce excessive sleep after waiting for a process to exit (1s -> 10us)
This commit is contained in:
parent
2563b05dc1
commit
ae5eea1a29
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user