emacs-devel
[Top][All Lists]
Advanced

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

Re: call-process should not block process filters from running


From: Po Lu
Subject: Re: call-process should not block process filters from running
Date: Tue, 04 Jul 2023 21:22:29 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

sbaugh@catern.com writes:

> AFAIK, timers don't run concurrently with themselves.  If a timer
> function is running, a second instance of that function won't run until
> the first one is finished.

That is untrue.  Instead, we discourage timer functions that are not
reentrant from calling functions which may check for input (such as
sit-for or read-event, and notably not call-process.)


reply via email to

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