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
Copy file name to clipboardExpand all lines: vertx-lang-kotlin-coroutines/src/main/asciidoc/index.adoc
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,13 +188,7 @@ Using a channel to send data is quite straightforward:
188
188
include::Example.kt[tags=sendChannel]
189
189
----
190
190
191
-
Both `SendChannel#send` and `WriteStream#write` are non-blocking operations, however unlike `SendChannel#send`
192
-
can suspend the execution when the channel is full, the equivalent without a channel would look like
193
-
194
-
[source,kotlin,indent=0]
195
-
----
196
-
include::Example.kt[tags=sendChannel]
197
-
----
191
+
Both `SendChannel#send` and `WriteStream#write` are non-blocking operations, however unlike `SendChannel#send` can suspend the execution when the channel is full.
0 commit comments