Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
int 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
pipeline
Function · 0.70
wait
Method · 0.45
Tested by
no test coverage detected