emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Richard M Stallman
Subject: Re: multi-threaded Emacs
Date: Thu, 04 Dec 2008 21:59:45 -0500

    Yes, I was referring to the cooperating threads model using a QUIT
    macro.  How can it be used by gnus while fetching new data?

Does the code that gnus runs to fetch new data involve ever doing the
QUIT macro?  If it has a loop, then yes.  If it reads from a net
connection, then it calls wait_reading_process_output.  So it should be able
to operate in parallel with other things, even with cooperating threads.




reply via email to

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