Skip to main content

onto-chan!

function

clojure.core.async/onto-chan!

Available in:BBCLJ
(onto-chan! [ch coll] [ch coll close?])
Puts the contents of coll into the supplied channel. By default the channel will be closed after the items are copied, but can be determined by the close? parameter. Returns a channel which will close after the items are copied. If accessing coll might block, use onto-chan!! instead

No examples yet. Be the first to add one!