|
OpenCBDC Transaction Processor
|
#include <thread_pool.hpp>
Public Member Functions | |
| thread_pool ()=default | |
| ~thread_pool () | |
| thread_pool (const thread_pool &)=delete | |
| auto | operator= (const thread_pool &) -> thread_pool &=delete |
| thread_pool (thread_pool &&)=delete | |
| auto | operator= (thread_pool &&) -> thread_pool &=delete |
| void | push (const std::function< void()> &fn) |
Definition at line 16 of file thread_pool.hpp.
|
default |
| cbdc::thread_pool::~thread_pool | ( | ) |
Definition at line 9 of file thread_pool.cpp.
|
delete |
|
delete |
|
delete |
|
delete |
| void cbdc::thread_pool::push | ( | const std::function< void()> & | fn | ) |
Definition at line 19 of file thread_pool.cpp.