use POSIX ":sys_wait_h"; #... waitpid(-1,&WNOHANG);. then you can do a non-blocking wait for any process. Non-blocking wait is available on machines ...
確定! 回上一頁