|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <thread_pool.hpp>
Public Member Functions | |
| ThreadPool (std::size_t threads=std::thread::hardware_concurrency()) | |
| ~ThreadPool () | |
| void | submit (std::function< void()> fn) |
| void | wait_idle () |
Definition at line 12 of file thread_pool.hpp.
|
inlineexplicit |
Definition at line 14 of file thread_pool.hpp.
|
inline |
Definition at line 19 of file thread_pool.hpp.
|
inline |
Definition at line 24 of file thread_pool.hpp.
|
inline |
Definition at line 28 of file thread_pool.hpp.