emacs-devel
[Top][All Lists]
Advanced

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

Re: User interaction from multiple threads


From: Michael Albinus
Subject: Re: User interaction from multiple threads
Date: Mon, 27 Aug 2018 09:32:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

hw <address@hidden> writes:

> Simple: Either both threads are in the background because meanwhile, I'm
> doing something else, or one of the threads is in the background and the
> other one is in the foreground.

Emacs does not support parallel execution of threads. There's only one
thread which is active, no other thread "in the background" is working
the same time. They are either blocked, or waiting that control is
given to them.

Best regards, Michael.



reply via email to

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