MCPcopy Create free account
hub / github.com/chriskohlhoff/asio / cancel

Method cancel

include/asio/basic_waitable_timer.hpp:407–413  ·  view source on GitHub ↗

Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operations against the timer. The handler for each cancelled operation will * be invoked with the asio::error::operation_aborted error code. * * Cancelling the timer does not change the expiry time. * * @return The number of asynchronous opera

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

throw_errorFunction · 0.85

Tested by

no test coverage detected