guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some introductory docs about C level threading


From: Marius Vollmer
Subject: Re: Some introductory docs about C level threading
Date: Wed, 02 Feb 2005 14:18:14 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

address@hidden writes:

> Yes. I think this looks very nice. Some might argue for something more
> abstract than an integer (a signal_t or whatnot) -- I wouldn't oppose,
> but I'm very happy with what you propose.

Yes, I started with scm_t_signal_token, but the OS signal identifiers
are already ints and when we want to mix them, we need to use ints as
well.

I am not starting to work on this immediately, tho.  Anyone?  Tomas?
The file to look at would be scmsigs.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]