Liking cljdoc? Tell your friends :D

com.fulcrologic.statecharts.event-queue.event-processing


standard-statechart-event-handlerclj/s

(standard-statechart-event-handler
  {:com.fulcrologic.statecharts/keys [working-memory-store processor] :as env}
  {:keys [target] :as event})

A sample implementation of a handler that can be used with receive-events! in order to process an event bound for a statechart.

A sample implementation of a handler that can be used with receive-events! in order to process
an event bound for a statechart.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close