riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
BoundedThreadPool Member List

This is the complete list of members for BoundedThreadPool, including all inherited members.

BoundedThreadPool(int n_threads)BoundedThreadPoolinlineexplicit
BoundedThreadPool(int n_threads, int limit)BoundedThreadPoolinlineexplicit
BoundedThreadPool()BoundedThreadPoolinline
init(int n_threads, int limit)BoundedThreadPoolinline
join_threads()BoundedThreadPoolinline
limitBoundedThreadPool
n_threadsBoundedThreadPool
push_task(const T &task)BoundedThreadPoolinline
push_task(const T &task, const A &...args)BoundedThreadPoolinline
wait_for_completion()BoundedThreadPoolinline
~BoundedThreadPool()BoundedThreadPoolinline