diff options
Diffstat (limited to 'devdocs/elisp/condition-variable-type.html')
| -rw-r--r-- | devdocs/elisp/condition-variable-type.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/elisp/condition-variable-type.html b/devdocs/elisp/condition-variable-type.html new file mode 100644 index 00000000..c715e716 --- /dev/null +++ b/devdocs/elisp/condition-variable-type.html @@ -0,0 +1,9 @@ + <h4 class="subsection">Condition Variable Type</h4> <p>A <em>condition variable</em> is a device for a more complex thread synchronization than the one supported by a mutex. A thread can wait on a condition variable, to be woken up when some other thread notifies the condition. </p> <p>Condition variable objects have no read syntax. They print in hash notation, giving the name of the condition variable (if it has been given a name) or its address in core: </p> <div class="example"> <pre class="example">(make-condition-variable (make-mutex)) + ⇒ #<condvar 01c45ae8> +</pre> +</div><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Condition-Variable-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Condition-Variable-Type.html</a> + </p> +</div> |
