We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27fe90 commit a3654fbCopy full SHA for a3654fb
prover/crates/bin/circuit_prover/src/main.rs
@@ -109,6 +109,7 @@ async fn main() -> anyhow::Result<()> {
109
Ok(())
110
}
111
112
+/// The main service entrypoint, contains business logic.
113
async fn run_inner(
114
cancellation_token: CancellationToken,
115
metrics_stop_receiver: tokio::sync::watch::Receiver<bool>,
0 commit comments