returnNow

var returnNow: Boolean = false

Should the current executing chunk return to its caller? The value to return is in latestResult. If the outer interpreter loop detects this, it should resume the top reified continuation's chunk, giving it an opportunity to accept the return value and de-reify.