Liking cljdoc? Tell your friends :D

pondermatic.shell


->atomclj/s

(->atom actor)
(->atom actor atom)

><clj/s

(>< flow)

actorclj/s

(actor init)

doneclj/s


engineclj/s

(engine process session)

flowclj/s

(flow {:keys [:pondermatic.shell/receive]})

returnclj/s

(return emit result)

|!>clj/s

(|!> {:keys [:pondermatic.shell/send] :as a} fn)

|<clj/s

(|< {:keys [:pondermatic.shell/receive] :as a}
    create-flow
    &
    {:keys [signal?] :or {signal? false}})

|<=clj/s

(|<= & xf*)

|>clj/s

(|> {:keys [:pondermatic.shell/send] :as a} msg)

|><clj/s

(|>< a flow & {:keys [signal?] :or {signal? false}})

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close