Future.hpp
Go to the documentation of this file.
Generic zeus Future interface to get data asynchronously.
Definition: FutureBase.hpp:14
Future(const zeus::FutureBase &_base)
contructor of the Future with the basic FutureBase
Definition: Future.hpp:50
future template to cast type in a void methode (fallback)
Definition: Future.hpp:44
zeus::Future< ZEUS_RETURN > & operator=(const zeus::FutureBase &_base)
Asignement operator with an other future.
Definition: Future.hpp:30
Future(const zeus::FutureBase &_base)
contructor of the Future with the basic FutureBase
Definition: Future.hpp:21