We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac1e2 commit 07e70e4Copy full SHA for 07e70e4
examples/walkthrough.clj
@@ -68,8 +68,8 @@
68
;; done with `alts!!` (ordinary threads) or `alts!` in go blocks.
69
70
;; We can create a background thread with alts that combines inputs on
71
-;; either of two channels. `alts!!` takes either a set of operations
72
-;; to perform - either a channel to take from a [channel value] to put
+;; either of two channels. `alts!!` takes a set of operations
+;; to perform - either a channel to take from or a [channel value] to put
73
;; and returns the value (nil for put) and channel that succeeded:
74
75
(let [c1 (chan)
0 commit comments