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

Method callMethodAsync

src/Proxy.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120PendingAsyncCall Proxy::callMethodAsync(const MethodCall& message, async_reply_handler asyncReplyCallback)
121{
122 return Proxy::callMethodAsync(message, std::move(asyncReplyCallback), /*timeout*/ 0);
123}
124
125Slot Proxy::callMethodAsync(const MethodCall& message, async_reply_handler asyncReplyCallback, return_slot_t)
126{

Calls 6

sendMethod · 0.80
push_backMethod · 0.80
releaseMethod · 0.80
resumeCoroutineMethod · 0.80
isValidMethod · 0.45
getMethod · 0.45