attach_to_workers

Function attach_to_workers 

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