(map->Jmp m__7585__auto__)
Factory function for class clojure.core.async.impl.ioc_macros.Jmp, taking a map of keywords to field values.
Source
(defrecord Jmp [value block]
IInstruction
(reads-from [this] [value])
(writes-to [this] [])
(block-references [this] [block])
ITerminator
(terminate-block [this state-sym _]
`(do (aset-all! ~state-sym ~VALUE-IDX ~value ~STATE-IDX ~block)
:recur)))