pub fn run_named_actor<Act>( init_data: impl WithInitActor<Act>, _: &str, ) -> JoinHandle<()>where Act: Actor, Break: WithApplyCmd<Act>, Act::Cmd: WithApplyCmd<Act>,