summaryrefslogtreecommitdiffstats
path: root/src/wait/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtsyn2020-12-081-41/+40
|
* 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-141-3/+28
|
* timeout'ed waiter for processsyn2020-02-091-0/+81