replikativ.realize
Functions to realize commited transactions.
commit-transactions
(commit-transactions S store commit-value)Fetch commit transactions.
reduce-commits
(reduce-commits S store eval-fn init commits)Reduce over the commits in order, applying the transactions with the help of the eval-fn on the way.
trans-apply
(trans-apply eval-fn val [trans-fn params])Apply a transaction to the value due to the eval-fn interpreter.