Remote Call Framework 3.4
RCF::FutureConverter< T > Class Template Reference

Utility class used by RCF to determine whether a remote call should be performed synchronously or asynchronously. More...

#include <Future.hpp>

Inherits RCF::FutureConverterBase.

Detailed Description

template<typename T>
class RCF::FutureConverter< T >

Utility class used by RCF to determine whether a remote call should be performed synchronously or asynchronously.

RCF remote methods return FutureConverter<> instances. If the FutureConverter<> instance is converted to a Future, then the remote call is performed asynchronously. Otherwise it is performed synchronously.


The documentation for this class was generated from the following file: