MCPcopy Create free account
hub / github.com/cinder/Cinder / cancel

Function cancel

include/asio/basic_socket.hpp:644–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 "or earlier. Consult documentation for details."))
643#endif
644 void cancel()
645 {
646 asio::error_code ec;
647 impl_.get_service().cancel(impl_.get_implementation(), ec);
648 asio::detail::throw_error(ec, "cancel");
649 }
650
651 /// Cancel all asynchronous operations associated with the socket.
652 /**

Callers 8

destroyMethod · 0.50
expires_atMethod · 0.50
signal_set_serviceClass · 0.50

Calls 2

throw_errorFunction · 0.85
cancelMethod · 0.45

Tested by

no test coverage detected