cesium-native  0.41.0
CesiumAsync::ThreadPool Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: