(map->CustomTerminator m__7585__auto__)
Factory function for class clojure.core.async.impl.ioc_macros.CustomTerminator, taking a map of keywords to field values.
Source
(defrecord CustomTerminator [f blk values meta]
IInstruction
(reads-from [this] values)
(writes-to [this] [])
(block-references [this] [])
ITerminator
(terminate-block [this state-sym _]
(with-meta `(~f ~state-sym ~blk ~@values)
meta)))