LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_thread.h File Reference
#include "BS_thread_pool.hpp"
Include dependency graph for lasp_thread.h:
This graph shows which files directly or indirectly include this file:

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...