Skip to content

Commit cdff04f

Browse files
committed
go docstring tweak
1 parent 700a859 commit cdff04f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/clojure/clojure/core/async.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,9 @@ return nil for unexpected contexts."
496496
Returns a channel which will receive the result of the body when
497497
completed.
498498
499-
go blocks will remain in memory only while their referenced channels
500-
remain in memory."
499+
The resources associated with a go block may be reclaimed, and the block
500+
never resumed, when the channels with which it interacts are no longer
501+
referenced (outside of the go block)."
501502
[& body]
502503
((requiring-resolve 'clojure.core.async.impl.go/go-impl) &env body))
503504

0 commit comments

Comments
 (0)