pub async fn stream_exec_resume<F>(
codex: &Codex,
cmd: &ExecResumeCommand,
handler: F,
) -> Result<()>where
F: FnMut(JsonLineEvent),Expand description
Stream JSONL events from codex exec resume, invoking handler for each
parsed JsonLineEvent.