(->atom actor)
(->atom actor atom)
(>< flow)
(actor init)
(engine process session)
(flow {:keys [:pondermatic.shell/receive]})
(return emit result)
(|!> {:keys [:pondermatic.shell/send] :as a} fn)
(|< {:keys [:pondermatic.shell/receive] :as a} create-flow & {:keys [signal?] :or {signal? false}})
(|<= & xf*)
(|> {:keys [:pondermatic.shell/send] :as a} msg)
(|>< a flow & {:keys [signal?] :or {signal? false}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries