Function spawn_catchup

Source
fn spawn_catchup<T: NodeType>(
    coordinator: EpochMembershipCoordinator<T>,
    epoch: T::Epoch,
    epoch_tx: Sender<Result<EpochMembership<T>>>,
)