AUI Framework
develop
Cross-platform base for C++ UI apps
|
Manages multiple futures. More...
#include <AUI/Thread/AThreadPool.h>
T | future's return type |
Guarantees that held futures will never be executed or be during execution after AAsyncHolder is destroyed.
> All members, including inherited
|
inline |
Even if all tasks are already completed, it's guaranteed that your callback will be called.
The thread on which your callback will be called is undefined.
|
inline |
Contents