Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ writer
Function
writer
example/cpp11/executors/pipeline.cpp:274–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void writer(queue_back<std::string> in)
275
{
276
std::size_t count = 0;
277
std::string line;
278
while (in.pop(line))
279
std::cout << count++ <<
": "
<< line << std::endl;
280
}
281
282
int main()
283
{
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected