emacs-devel
[Top][All Lists]
Advanced

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

Re: call-process blocks the active thread


From: Eli Zaretskii
Subject: Re: call-process blocks the active thread
Date: Fri, 08 Sep 2017 10:01:13 +0300

> From: Elias Mårtenson <address@hidden>
> Date: Fri, 8 Sep 2017 11:00:42 +0800
> 
> As it turns out, ‘call-process’ hangs all of Emacs while the external program 
> is run.

No, it hangs the calling thread, and the other threads wait for the
calling thread to yield.  To avoid that, use start-process instead.

This is not a bug.



reply via email to

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