pub async fn load_fragment_context<C>(
txn: &C,
ensembles: Vec<NoShuffleEnsemble>,
) -> MetaResult<LoadedFragmentContext>where
C: ConnectionTrait,Expand description
Async load stage for fragment-scoped rendering. It resolves all metadata required to later render actor assignments with arbitrary worker sets.