(resume g)
resumes a paused graph
resumes a paused graph
(ping g timeout-ms)
pings all processes, which will put their status and state on the report channel
pings all processes, which will put their status and state on the report channel
(pause-proc g pid)
pauses a process
pauses a process
(resume-proc g pid)
resumes a process
resumes a process
(command-proc g pid cmd-id more-kvs)
synchronously sends a process-specific command with the given id and additional kvs to the process
synchronously sends a process-specific command with the given id and additional kvs to the process
(start g)
starts the entire graph from init values. The processes start paused. Call resume-all or resume-proc to start flow. returns {:report-chan - a core.async chan for reading :error-chan - a core.async chan for reading}
starts the entire graph from init values. The processes start paused. Call resume-all or resume-proc to start flow. returns {:report-chan - a core.async chan for reading :error-chan - a core.async chan for reading}
(stop g)
shuts down the graph, stopping all procs, can be started again
shuts down the graph, stopping all procs, can be started again
(inject g [pid io-id] msgs)
synchronously puts the messages on the channel corresponding to the input or output of the process
synchronously puts the messages on the channel corresponding to the input or output of the process
(pause g)
pauses a running graph
pauses a running graph
(ping-proc g pid timeout-ms)
pings the process, which will put its status and state on the report channel
pings the process, which will put its status and state on the report channel
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |