[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] make process[*] return a process-object
From: |
felix . winkelmann |
Subject: |
[PATCH] make process[*] return a process-object |
Date: |
Tue, 31 Dec 2024 11:39:12 +0100 |
This is an attempt to fix #766. "process" and "process*" return a structure
holding
the process ports, exit status, pid, etc. Accessors for these slots are
provided.
"process-wait" accepts either a pid or a process object. This is somewhat nicer
than returning a bunch of values and also allows retrieving the exit status even
if the child was already waited upon as ports were closed.
felix
0001-make-process-return-a-process-object-add-accessors-p.patch
Description: Text Data
- [PATCH] make process[*] return a process-object,
felix . winkelmann <=