Functions that set up the simplest version of a state chart that uses the v20150901 implementation (version), a working memory data model, CLJC execution support, and an event queue that requires manual polling.
Functions that set up the simplest version of a state chart that uses the v20150901 implementation (version), a working memory data model, CLJC execution support, and an event queue that requires manual polling.
(new-simple-machine machine-def extra-env)
Creates a machine that defauts uses the standard processing with a working memory data model, a manual event queue, and the lambda executor.
extra-env
can contain anything extra you want in env
, and can override any of the above by
key (e.g. :data-model).
Creates a machine that defauts uses the standard processing with a working memory data model, a manual event queue, and the lambda executor. `extra-env` can contain anything extra you want in `env`, and can override any of the above by key (e.g. :data-model).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close