ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Add Outcome::Deferred to the RPC tutorial. #86

Closed ecorm closed 2 years ago

ecorm commented 8 years ago

Add a section on using Outcome::Deferred to the RPC tutorial. In particular cover the use case of an RPC invoked within an RPC handler.