eval

inline fun <R> eval(ctx: ExecutionContext, block: (ExecutionContext) -> R): R(source)

Execute the given block with the phase set to EVAL, using a delegating context wrapper.