(->InstanceInterop instance-id op refs)
Positional factory function for class clojure.core.async.impl.ioc_macros.InstanceInterop.
Source
(defrecord InstanceInterop [instance-id op refs]
IInstruction
(reads-from [this] (cons instance-id refs))
(writes-to [this] [(:id this)])
(block-references [this] [])
IEmittableInstruction
(emit-instruction [this state-sym]
`[~(:id this) (. ~instance-id ~op ~@(seq refs))]))