(map->EndFinally m__7585__auto__)
Factory function for class clojure.core.async.impl.ioc_macros.EndFinally, taking a map of keywords to field values.
Source
(defrecord EndFinally []
IInstruction
(reads-from [this] [])
(writes-to [this] [])
(block-references [this] [])
IEmittableInstruction
(emit-instruction [this state-sym]
`[~'_ (when-let [e# (aget-object ~state-sym ~CURRENT-EXCEPTION)]
(throw e#))]))