guile-devel
[Top][All Lists]
Advanced

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

Re: wip-threads-and-fork


From: Andy Wingo
Subject: Re: wip-threads-and-fork
Date: Sat, 25 Feb 2012 19:01:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi!

On Sat 25 Feb 2012 03:30, Nala Ginrut <address@hidden> writes:

> 'primitive-fork' shouldn't be removed directly according to
> previous discussion, unless the user chosen ptheads. If they do not
> use threads, then primitive-fork would be useful, is that right?  

Indeed.  In Guile master, primitive-fork is always there (if your system
supports fork).  However, invoking it will raise an error if you have
created other threads.  You can only use it before creating threads.

Is that good for your purposes?

Andy
-- 
http://wingolog.org/



reply via email to

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