(defn build-dataflow "Given a collection of cells, build and return a dataflow object" [cs] (dosync (let [df (ref (build-dataflow* cs))] (initialize df) df)))
Comments top
No comments for build-dataflow. Log in to add a comment.