cesium-native
0.41.0
|
A thread pool created by AsyncSystem::createThreadPool. More...
#include <CesiumAsync/ThreadPool.h>
Public Member Functions | |
ThreadPool (int32_t numberOfThreads) | |
Friends | |
template<typename T > | |
class | Future |
template<typename T > | |
class | SharedFuture |
class | AsyncSystem |
A thread pool created by AsyncSystem::createThreadPool.
This object has no public methods, but can be used with AsyncSystem::runInThreadPool and Future::thenInThreadPool.
Definition at line 18 of file ThreadPool.h.