pupactor

Function run_actor

Source
pub fn run_actor<Act>(init_data: impl WithInitActor<Act>) -> JoinHandle<()>
where Act: Actor, Break: WithStopActor<Act>, Act::ShutDown: WithStopActor<Act>,