Skip to main content

finalize

Function finalize 

Source
pub async fn finalize(pending: Option<Pending>, budget: Duration)
Expand description

Drain a pending check and print at most one line.

Bounded on purpose: a slow network must never hold up the exit of a command that already did its work.