MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / PendingAsyncCall

Method PendingAsyncCall

src/Proxy.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369namespace sdbus {
370
371PendingAsyncCall::PendingAsyncCall(std::weak_ptr<void> callInfo)
372 : callInfo_(std::move(callInfo))
373{
374}
375
376void PendingAsyncCall::cancel()
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected