A node value is a value that is retrieved from a node and can only be deref'd when after the value as been provided by an action.
The action may not be executed on the same pallet machine as the phase, so the actual value is in the session map, and the node-value contains a key into the session map's :node-values key.
A node value is a value that is retrieved from a node and can only be deref'd when after the value as been provided by an action. The action may not be executed on the same pallet machine as the phase, so the actual value is in the session map, and the node-value contains a key into the session map's :node-values key.
(invalid-access s)
Throw an exception on access other than deref
Throw an exception on access other than deref
(make-node-value path)
Create an empty node-value
Create an empty node-value
(node-value-symbol)
Return a node value symbol
Return a node value symbol
A protocol used to read node-values
A protocol used to read node-values
(node-value _ session)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close