Skip to main content

attach_to_workers

Function attach_to_workers 

Source
pub fn attach_to_workers(
    instance: &PyInstance,
    workers: Vec<Bound<'_, PyPythonTask>>,
    name: Option<&str>,
) -> PyResult<PyPythonTask>