pub fn emit(ops: &[PlanOp], self_session: SessionId) -> Vec<ControlMessage>Expand description
Translate a composed transition into ordered control messages.
self_session is the connection’s own session, used only for the
introduce-yourself-first rule.