mrdocs::ThreadPool
A pool of threads for executing work concurrently.
Synopsis
Declared in <mrdocs/Support/ThreadPool.hpp>
class ThreadPool;
Member Functions
Name |
Description |
|
Constructor. |
|
Destructor. |
Submit work to be executed. |
|
Invoke a function object for each element of a range. |
|
Return the number of threads in the pool. |
|
Block until all work has completed. |
Friends
Name |
Description |
A subset of possible work in a thread pool. |
Created with MrDocs