Skip to main content

start_persistent_with_cancel

Function start_persistent_with_cancel 

Source
pub fn start_persistent_with_cancel(
    spec: &ProcessSpec,
    process_config: &ProcessConfig,
    persistent_config: &PersistentConfig,
    cancel: CancellationToken,
) -> AppResult<PersistentRun>
Expand description

Start a persistent process and wait for its readiness policy.