Function get_fragment_actor_dispatchers

Source
pub async fn get_fragment_actor_dispatchers<C>(
    db: &C,
    fragment_ids: Vec<FragmentId>,
) -> MetaResult<FragmentActorDispatchers>
where C: ConnectionTrait,