doc/README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 18 Feb 2019 10:55:12 +0000
changeset 154 26937faa5a97
parent 142 dae35d5b3d72
permissions -rw-r--r--
Use standard `#enqueueMessage:` mechanism to enqueue delayed updates rather than baking our own `#enqueueDelayedUpdate:`. The former is "standard" API defined in `ApplicationModel`. We still need to specialize that behavior in (overridden) `#enqueueMessage:for:arguments:` but API-wise, we use the standard API.

# Debugging with Visual / VM Debugger

*...always incomplete...*

 1. [What's New?](../NEWS.md)
 2. [Building from Source](Building.md)
 3. [Invoking and Configuring](Invoking.md)
 4. [Other References](References.md)