Skip to content

Commit

Permalink
Deploying to gh-pages from @ 020d014 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Apr 23, 2024
1 parent 2e3e273 commit a60f163
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3063,9 +3063,11 @@ <h5 id="_closed_vs_open_recv">Closed vs Open RECV</h5>
</div>
<div class="paragraph">
<p>During a closed receive, a task will receive messages only from the chosen task.
The task will <strong>not</strong> receive notifications unless the chosen sender ID is the
kernel&#8217;s task ID, <code>0xFFFF</code>. (This behavior is a little odd because it predates
notification masks, and may change.)</p>
The task will still receive any notifications set in its notification mask.</p>
</div>
<div class="paragraph">
<p>To listen <strong>only</strong> for notifications, a task can perform a closed receive against
the kernel&#8217;s task ID, <code>0xFFFF</code>.</p>
</div>
</div>
<div class="sect4">
Expand Down Expand Up @@ -5626,7 +5628,7 @@ <h2 id="_references">References</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-18 16:34:31 UTC
Last updated 2024-04-23 19:49:51 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit a60f163

Please sign in to comment.