summaryrefslogtreecommitdiffstats
path: root/src/wait
Commit message (Collapse)AuthorAgeFilesLines
* Workaround wait4 on MacOSsyn2020-02-271-1/+16
| | | | | rust's libc does not provide wait4 call on MacOS, so introduce workaround to manually extern it.
* Improve error handlingsyn2020-02-142-6/+51
|
* timeout'ed waiter for processsyn2020-02-093-0/+166