submit

fun submit(delta: L)

Submit a lattice delta for this execution.

Non-blocking — the delta is placed on an UNLIMITED channel and processed asynchronously on the scope's dispatcher. Under a test dispatcher, call runCurrent() after submitting to drain the queue and observe result.