pupactor

Function run_named_actor

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