emacs-devel
[Top][All Lists]
Advanced

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

Blocking calls and threads


From: Lynn Winebarger
Subject: Blocking calls and threads
Date: Thu, 20 Apr 2023 01:31:14 -0400

The thread on how to make asynchronous behavior explicit made me
curious whether making a blocking system call would cause the lisp
thread to yield to other lisp threads (release the global lock).  Do
blocking system calls yield the lisp thread, or is there any way in
lisp code to call blocking functions so that the lisp thread will
yield while the system thread blocks?

Thanks,
Lynn



reply via email to

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