Utility class used by RCF to determine whether a remote call should be performed synchronously or asynchronously. More...
#include <Future.hpp>
Inherits RCF::FutureConverterBase.
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.