Skip to content

Commit 8e8d57f

Browse files
committed
doc updates
1 parent 3f7882a commit 8e8d57f

9 files changed

+12
-142
lines changed

doc/async-reference.md

-132
This file was deleted.

doc/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API overview
1+
# Reference
22

33
## Channels
44

@@ -58,7 +58,7 @@ Since it is common to combine an `alts` with a conditional return based on the a
5858

5959
Promise channels are special channels that will accept only a single value. Once a value is put to a promise channel, all pending and future consumers will receive only that value. Future puts complete but drop the value. When the channel is closed, consumers will receive either the value (if a put occurred) or nil (if no put occurred) forever.
6060

61-
Promise channels: [promise-chan](https://clojure.github.io/core.async/clojure.core.async.html#var-promise-chan)
61+
* Promise channels: [promise-chan](https://clojure.github.io/core.async/clojure.core.async.html#var-promise-chan)
6262

6363
## Managing processes
6464

0 commit comments

Comments
 (0)