AUI Framework
develop
Cross-platform base for C++ UI apps
|
#include <AUI/Thread/AFuture.h>
This class calls cancel() and wait() methods of AFuture::Inner BEFORE AFuture::Inner destruction in order to keep alive the weak reference created in AThreadPool::operator<<.