[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs process and user-level threads
From: |
Eli Zaretskii |
Subject: |
Re: Emacs process and user-level threads |
Date: |
Fri, 05 Oct 2018 22:56:07 +0300 |
> From: Narendra Joshi <narendraj9@gmail.com>
> Date: Sat, 06 Oct 2018 00:31:27 +0530
>
> `htop` output for Emacs shows four threads which are user-level
> threads. What does this mean if Emacs is single-threaded?
They are not threads started by the Emacs application code, but by the
various libraries Emacs uses (probably GTK).