Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
any_connection::run_pipeline

Runs a set of pipelined requests.

void
run_pipeline(
    const pipeline_request& req,
    std::vector< stage_response >& res,
    error_code& err,
    diagnostics& diag);
  » more...

void
run_pipeline(
    const pipeline_request& req,
    std::vector< stage_response >& res);
  » more...

PrevUpHomeNext