| 
    riCOM_cpp
    
   This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy. 
   | 
 
This is the complete list of members for BoundedThreadPool, including all inherited members.
| BoundedThreadPool(int n_threads) | BoundedThreadPool | inlineexplicit | 
| BoundedThreadPool(int n_threads, int limit) | BoundedThreadPool | inlineexplicit | 
| BoundedThreadPool() | BoundedThreadPool | inline | 
| init(int n_threads, int limit) | BoundedThreadPool | inline | 
| join_threads() | BoundedThreadPool | inline | 
| limit | BoundedThreadPool | |
| n_threads | BoundedThreadPool | |
| push_task(const T &task) | BoundedThreadPool | inline | 
| push_task(const T &task, const A &...args) | BoundedThreadPool | inline | 
| wait_for_completion() | BoundedThreadPool | inline | 
| ~BoundedThreadPool() | BoundedThreadPool | inline |