Skip to main content

to-chan!

function

clojure.core.async/to-chan!

Available in:BBCLJ
(to-chan! [coll])
Creates and returns a channel which contains the contents of coll, closing when exhausted. If accessing coll might block, use to-chan!! instead

No examples yet. Be the first to add one!