A thread pool created by AsyncSystem::createThreadPool
.
More...
#include <CesiumAsync/ThreadPool.h>
|
| ThreadPool (int32_t numberOfThreads) |
| Creates a new thread pool with the given number of threads.
|
|
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.
◆ ThreadPool()
CesiumAsync::ThreadPool::ThreadPool |
( |
int32_t | numberOfThreads | ) |
|
Creates a new thread pool with the given number of threads.
- Parameters
-
numberOfThreads | The number of threads to create in this ThreadPool. |
◆ AsyncSystem
◆ Future
◆ SharedFuture
The documentation for this class was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumAsync/include/CesiumAsync/ThreadPool.h