LASP 1.0
Library for Acoustic Signal Processing
|
#include "BS_thread_pool.hpp"
Go to the source code of this file.
Classes | |
class | GlobalThreadPool |
Simple wrapper around BS::thread_pool that makes a BS::thread_pool a singleton, such that a thread pool can be used around in the code, and safely spawn threads also from other threads. Only wraps a submit() and push_task for now. More... | |