Liking cljdoc? Tell your friends :D

clojure.core.async.flow.impl.graph


Graphcljprotocol

resumeclj

(resume g)

resumes a paused graph

resumes a paused graph

pingclj

(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-procclj

(pause-proc g pid)

pauses a process

pauses a process

resume-procclj

(resume-proc g pid)

resumes a process

resumes a process

command-procclj

(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

startclj

(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}

stopclj

(stop g)

shuts down the graph, stopping all procs, can be started again

shuts down the graph, stopping all procs, can be started again

injectclj

(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

pauseclj

(pause g)

pauses a running graph

pauses a running graph

ping-procclj

(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
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close