Skip to content

Commit 5eaad9e

Browse files
committed
Remove redundant example from the docs
See #277 Signed-off-by: Thomas Segismont <[email protected]>
1 parent 98da1c2 commit 5eaad9e

File tree

1 file changed

+1
-7
lines changed
  • vertx-lang-kotlin-coroutines/src/main/asciidoc

1 file changed

+1
-7
lines changed

vertx-lang-kotlin-coroutines/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,7 @@ Using a channel to send data is quite straightforward:
188188
include::Example.kt[tags=sendChannel]
189189
----
190190

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.
198192

199193
== Delay, cancellation and timeouts
200194

0 commit comments

Comments
 (0)