---------- Forwarded message ---------
From:
Shiro Kawai <xxxxxx@gmail.com>Date: Sun, May 12, 2019 at 2:57 PM
Subject: Re: Signal mask and subprocess
To: John Cowan <
xxxxxx@ccil.org>
That's a sensible choice, though it can restrict the way application is constructed (notably, you won't be able to pthread_cond_wait in primordial thread).
Threads and fork don't get well along, so personally I'd like to have languages abstracts those mechanics (e.g. always reserving threads for
signal handling or spawning, etc.) I wonder if Scheme library can step into that direction.
(btw, you replied only to me (not including srfi-170). Is that accidental?)