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

Method cancel_handler

test/any_completion_handler.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154{
155public:
156 explicit cancel_handler(int* count)
157 : count_(count)
158 {
159 }
160
161 void operator()(boost::asio::cancellation_type_t)
162 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected