feat: support std::future-based async methods in codegen tool (#353)

This commit is contained in:
Stanislav Angelovič
2023-08-19 20:57:32 +02:00
committed by GitHub
parent 8113bf88ad
commit 3717e63c64
4 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ std::future<void> TestProxy::doErroneousOperationClientSideAsync(with_future_t)
{
return getProxy().callMethodAsync("throwError")
.onInterface(sdbus::test::INTERFACE_NAME)
.getResultAsFuture<>();;
.getResultAsFuture<>();
}
void TestProxy::doOperationClientSideAsyncWithTimeout(const std::chrono::microseconds &timeout, uint32_t param)