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