summaryrefslogtreecommitdiffstats
path: root/src/wait
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtsyn2020-12-083-60/+62
|
* Some minor refinementssyn2020-12-081-1/+1
|
* Fix maxrss on macossyn2020-02-271-0/+12
| | | | | On BSDs ru_maxrss measures in bytes, so fix output for bsd systems (incl macos)
* 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