Function forest_filecoin::daemon::propagate_error

source ยท
async fn propagate_error(
    services: &mut JoinSet<Result<(), Error>>,
) -> Result<Infallible>
Expand description

returns the first error with which any of the services end, or never returns at all