MCPcopy 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

producerFunction · 0.45
thrFunction · 0.45
handle_rejectionsFunction · 0.45
handle_updateFunction · 0.45
run_sessionFunction · 0.45
do_writeFunction · 0.45
CO_TEST_CASEFunction · 0.45
timeout_and_writeFunction · 0.45
writerFunction · 0.45
atestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected