MCPcopy Create free account
hub / github.com/boostorg/asio / compose_partial_cancellation_handler

Function compose_partial_cancellation_handler

test/compose.cpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void compose_partial_cancellation_handler(
278 int* count, bool* result_out, bool result)
279{
280 ++(*count);
281 *result_out = result;
282}
283
284void compose_default_cancellation_test()
285{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected