Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ process_read_data
Function
process_read_data
examples/server_theme/on_transfer.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void process_read_data(char const * read_data, size_t read_len)
86
{
87
sync_stream{.sout_ = std::cout} <<
"Processing '"
<< std::string_view{read_data, read_len}
88
<<
"'\n"
;
89
}
90
91
auto main() -> int
92
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected