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

Function compose_partial_cancellation_handler

test/composed.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected