eclipse-uprotocol / up-cpp

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

DRAFT: Add callbacks for RpcClient::invokeMethod #147

Closed gregmedd closed 2 months ago

gregmedd commented 3 months 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.

gregmedd commented 2 months ago

Superseded by #155 - this one has its source branch in the wrong repo.