Skip to main content

spawn_worker_with_runtime

Function spawn_worker_with_runtime 

Source
pub fn spawn_worker_with_runtime(
    php: &str,
    script: &str,
    runtime: &str,
) -> Result<SpawnedWorker>
Expand description

Like spawn_worker but with a custom FOLK_RUNTIME value.