(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
Examples
No examples yet. Be the first to add one!