mrdocs::ThreadPool
A pool of threads for executing work concurrently.
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