eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
15 stars 25 forks source link

Adding callbacks to RpcClient::invokeMethod #155

Closed gregmedd closed 1 month ago

gregmedd commented 1 month ago

Looking at replacing futures / adding callbacks to RpcClient. Different architectures may benefit from each. We could potentially implement the futures version in terms of the callback version.

closes #108

gregmedd commented 1 month ago

Forgive me: This change is very minor and will get scrutiny when #138 is implemented. I'm going to go forward with merging it.