MCPcopy Create free account
hub / github.com/boostorg/asio / main

Function main

example/cpp11/executors/pipeline.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int main()
283{
284 thread_pool pool(1);
285
286 auto f = pipeline(reader, filter, bind_executor(pool, upper), writer);
287 f.wait();
288}

Callers

nothing calls this directly

Calls 2

pipelineFunction · 0.70
waitMethod · 0.45

Tested by

no test coverage detected