Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (import com.cgi.efluid.* "master")
  2.  
  3. (defn yml-check
  4.   [file] ())
  5.  
  6. (defn yml-test
  7.   [file] ())
  8.  
  9. (defn gerrit
  10.   ([] identityp)
  11.   ([handlers] blabla))
  12.  
  13. (pipe
  14.  (pipen :par
  15.         (gerrit {:yml, [yml-check yml-test], :py [identity]})
  16.         (pipen :seq)
  17.         (pipen :par
  18.                (pipel (fn [] (println "Effectively parallel but sequenced with gerrit")))
  19.                (pipel (fn [] (println "Effectively parallel but sequenced with gerrit")))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement