Skip to main content

fire

Function fire 

Source
pub async fn fire(rec: &RunRecord)
Available on crate feature serve only.
Expand description

Deliver the completion callback for rec, if it has one that subscribes to its terminal status. Never propagates an error: a callback is best-effort and must not affect the recorded outcome of a run that already finished.