scc
2022.4.0
SystemC components library
|
a simple thread pool More...
#include <thread_pool.h>
Public Attributes | |
std::mutex | m |
std::condition_variable | v |
std::deque< std::packaged_task< void()> > | work |
std::vector< std::future< void > > | finished |
a simple thread pool
Definition at line 33 of file thread_pool.h.