Run Steps Async empty trivial eq
Interaction.Concurrent.runStepsAsync_empty_trivial_eq
Plain-language statement
Under the empty env alphabet (EnvAction.empty Unit) and the trivial env scheduler (always processTick), runStepsAsync reduces to ProcessOver.runSteps with the env state pinned to () and a constant processTick trace. This is the operational core of the sync-recovery story: it factors the async engine into the synchronous ProcessOver.runSteps...
Source project: VCVio
Person-level attribution pending.