AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ get()

void drama::Future< void >::get ( )
inline

Get value of future.

This method is used to wait for a future to become available. For a void future, nothing is returned, but it may throw an exception if that was what was given.

This method will log a message on entry and before exit, if logging is enabled. The exit message will indicate if an exception was thrown. As a result, this is critical debugging point - you see the future starting to wait for a message and you see it after the result.

References drama::Future< T >::get(), and drama::TSafePrintf().