mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-12-29 10:18:31 +01:00
build based on 788d7f3
This commit is contained in:
@@ -8442,7 +8442,8 @@ a.anchor-link {
|
||||
<ul>
|
||||
<li><code>put!</code> will wait for a <code>take!</code> if there is not space left in the channel's buffer.</li>
|
||||
<li><code>take!</code> will wait for a <code>put!</code> if there is no data to be consumed in the channel.</li>
|
||||
<li>Both <code>put!</code> and <code>take!</code> will raise an error if the channel is closed.</li>
|
||||
<li><code>put!</code> will raise an error if the channel is closed.</li>
|
||||
<li><code>take!</code> will raise an error if the channel is closed <em>and</em> empty.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user