emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Ted Zlatanov
Subject: Re: multi-threaded Emacs
Date: Thu, 11 Dec 2008 12:42:20 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Thu, 11 Dec 2008 13:30:26 -0500 Stefan Monnier <address@hidden> wrote: 

>> Then any ELisp function that builds on atomics is atomic
>> itself, presumably (except for macros and other trickery).

SM> No, atomicity does not work that way, sadly.

"atomic" was a bad word choice on my part.  I meant "safe to put in an
(atomically) body as you described it."  I think if functions A and B
are safe, then any function C that only uses A and B is safe too.  Does
that make more sense?

Ted





reply via email to

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