summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Channels.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Channels.html')
-rw-r--r--manuals/chickadee/Channels.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/manuals/chickadee/Channels.html b/manuals/chickadee/Channels.html
index 131156a..24c3dba 100644
--- a/manuals/chickadee/Channels.html
+++ b/manuals/chickadee/Channels.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
-<!-- Copyright (C) 2017-2020 David Thompson davet@gnu.org
+<!-- Copyright (C) 2017-2021 David Thompson davet@gnu.org
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -32,7 +32,7 @@ http://www.texinfo.org/ (GNU Texinfo).
<link href="Index.html" rel="index" title="Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Scripting.html" rel="up" title="Scripting">
-<link href="Copying-This-Manual.html" rel="next" title="Copying This Manual">
+<link href="Data-Structures.html" rel="next" title="Data Structures">
<link href="Tweening.html" rel="prev" title="Tweening">
<style type="text/css">
<!--
@@ -85,7 +85,7 @@ ul.no-bullet {list-style: none}
Previous: <a href="Tweening.html" accesskey="p" rel="prev">Tweening</a>, Up: <a href="Scripting.html" accesskey="u" rel="up">Scripting</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
-<span id="Channels-1"></span><h4 class="subsection">2.5.4 Channels</h4>
+<span id="Channels-1"></span><h4 class="subsection">5.5.4 Channels</h4>
<p>Channels are a tool for communicating amongst different scripts. One
script can write a value to the channel and another can read from it.
@@ -145,6 +145,11 @@ with that value.
after it has been received.
</p></dd></dl>
+<dl>
+<dt id="index-channel_002dclear_0021">Procedure: <strong>channel-clear!</strong> <em>channel</em></dt>
+<dd><p>Clear all messages and scripts awaiting messages in <var>channel</var>.
+</p></dd></dl>
+