emacs-devel
[Top][All Lists]
Advanced

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

Re: Asynchronous DNS


From: Stefan Monnier
Subject: Re: Asynchronous DNS
Date: Tue, 02 Feb 2016 12:11:37 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>> > and we don't seem to care...
>> Actually, we do, but AFAIK we don't need to know about each and every
>> thread, we just need to know that threading is used (IIRC, the issues we
>> need to handle have to do with signal delivery, making sure we run them
>> in the main Emacs/Elisp thread).
> We need to know what Emacs code can be run in a separate thread,
> because such code and changes in it should be audited specially.

Indeed, the code run in a separate thread needs to be written with care,
but what I meant is that the rest of Emacs doesn't need to care (any
more, since we already took care of it for Gtk and friends).


        Stefan



reply via email to

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