Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ write
Method
write
example/spsc.cpp:117–117 ·
view source on GitHub ↗
The function to be used for writing.
Source
from the content-addressed store, hash-verified
115
116
// The function to be used for writing.
117
write_op write(T value) {return {this, std::move(value)};}
118
};
119
120
// Dummy thread blasting out values.
Callers
10
producer
Function · 0.45
thr
Function · 0.45
handle_rejections
Function · 0.45
handle_update
Function · 0.45
run_session
Function · 0.45
do_write
Function · 0.45
CO_TEST_CASE
Function · 0.45
timeout_and_write
Function · 0.45
writer
Function · 0.45
atest
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected