AUI Framework
master
Cross-platform base for C++ UI apps
|
Holds a set of futures keeping them valid. More...
#include <AUI/Thread/AAsyncHolder.h>
Public Member Functions# | |
template<typename T> | |
AAsyncHolder & | operator<< (AFuture< T > future) |
std::size_t | size () const |
void | waitForAll () |
Guarantees that held futures will never be executed or be during execution after AAsyncHolder is destroyed.
Cancels all futures in destructor.