DeferredExecution extension

Allow idiomatic execution of vm deferral

on

Methods

defer(int seenValueCount, DeferredCallback callback) → void

Available on VirtualMachine, provided by the DeferredExecution extension

defer a call until we've seen enough values go past
deferUntil(String delimiter, DeferredCallback callback) → void

Available on VirtualMachine, provided by the DeferredExecution extension

infix(DartFunction callback, {int rhsValueCount = 1, int lhsValueCount = 1}) → void

Available on VirtualMachine, provided by the DeferredExecution extension