diff options
Diffstat (limited to 'html/061channel.mu.html')
-rw-r--r-- | html/061channel.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/061channel.mu.html b/html/061channel.mu.html index b8cfae4c..8fa625b4 100644 --- a/html/061channel.mu.html +++ b/html/061channel.mu.html @@ -128,7 +128,7 @@ container channel [ full:address:number<span class="Special"> <- </span>get-address *chan, <span class="Constant">first-full:offset</span> circular-buffer:address:array:location<span class="Special"> <- </span>get *chan, <span class="Constant">data:offset</span> result:location<span class="Special"> <- </span>index *circular-buffer, *full - <span class="Comment"># increment full</span> + <span class="Comment"># mark its slot as empty</span> *full<span class="Special"> <- </span>add *full, <span class="Constant">1</span> <span class="Delimiter">{</span> <span class="Comment"># wrap full around to 0 if necessary</span> |