Skip to main content

execute_with_backend

Function execute_with_backend 

Source
pub async fn execute_with_backend(
    path: &Path,
    timeout_ms: Option<u64>,
    backend: Arc<dyn RecalcBackend>,
) -> Result<RecalculateOutcome>