[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: async Gnus
From: |
Eli Zaretskii |
Subject: |
Re: async Gnus |
Date: |
Wed, 26 Jan 2022 15:10:23 +0200 |
> From: Manuel Giraud <manuel@ledu-giraud.fr>
> Date: Wed, 26 Jan 2022 11:05:43 +0100
> Cc: emacs-devel@gnu.org
>
> I'm suprprise: I thought that `make-thread' create a proper system
> thread.
It does. But we only let a single thread at a time to run the Lisp
interpreter. So if your thread runs a lot of Lisp, it will preempt
the main thread, and that means unresponsive Emacs.