You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Classes/CoChannel/BufferType.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,8 @@ <h4>Declaration</h4>
193
193
<divclass="abstract">
194
194
<p>This channel has a buffer with unlimited capacity.</p>
195
195
196
-
<p><code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC9awaitSendyyxKF">awaitSend(_:)</a></code> to this channel never suspends, and offer always returns true.</p>
196
+
<p><code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC9awaitSendyyxKF">awaitSend(_:)</a></code> to this channel never suspends, and offer always returns true.
197
+
<code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC12awaitReceivexyKF">awaitReceive()</a></code> suspends only when the buffer is empty.</p>
Copy file name to clipboardExpand all lines: docs/docsets/SwiftCoroutine.docset/Contents/Resources/Documents/Classes/CoChannel/BufferType.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,8 @@ <h4>Declaration</h4>
193
193
<divclass="abstract">
194
194
<p>This channel has a buffer with unlimited capacity.</p>
195
195
196
-
<p><code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC9awaitSendyyxKF">awaitSend(_:)</a></code> to this channel never suspends, and offer always returns true.</p>
196
+
<p><code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC9awaitSendyyxKF">awaitSend(_:)</a></code> to this channel never suspends, and offer always returns true.
197
+
<code><ahref="../../Classes/CoChannel.html#/s:14SwiftCoroutine9CoChannelC12awaitReceivexyKF">awaitReceive()</a></code> suspends only when the buffer is empty.</p>
0 commit comments