AWS SDK for C++AWS SDK for C++ Version 1.11.793 |
#include <PooledThreadExecutor.h>
Thread Pool Executor implementation.
Definition at line 34 of file PooledThreadExecutor.h.
OverflowPolicy::QUEUE_TASKS_EVENLY_ACROSS_THREADS
Rule of 5 stuff. Don't copy or move
To implement your own executor implementation, then simply subclass Executor and implement this method.
Implements Aws::Utils::Threading::Executor.
Call to ensure the threadpool can be safely destroyed. It blocks until all threads finished.
Reimplemented from Aws::Utils::Threading::Executor.
Definition at line 72 of file PooledThreadExecutor.h.