Function start_vp

Source
async fn start_vp(
    partition: Arc<dyn RequestYield>,
    vp: impl 'static + BindProcessor + Send,
    runner: RunnerBuilder,
) -> Result<()>