Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ sender
Function
sender
02.10-coroutineParsingDataStream0/main.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
221
222
generator<byte> sender(std::vector<byte> fakeBytes)
223
{
224
for(const auto& b : fakeBytes) { co_yield b; }
225
}
226
227
228
void HandleFrame(const std::string& frame);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected