Differences From Artifact [42996e8ab1]:
- File processmod.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 9028) [annotate] [blame] [check-ins using]
To Artifact [1199556817]:
- File processmod.scm — part of check-in [bbdb404874] at 2024-02-12 14:31:25 on branch v1.90-proper-interface-lists — wip, compiles (user: mrwellan, size: 9076) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + + | (module processmod ( process:cmd-run->list process:alive? run-n-wait process:cmd-run-with-stderr-and-exitcode->list process:alive-on-host? process:get-sub-pids ) (import scheme) (cond-expand (chicken-4 (import chicken |
︙ |