Definition at line 19 of file thread-pool.hpp.
|
| void | run (std::stop_token stop) |
|
| std::mutex | mtx |
| std::condition_variable_any | cv |
| std::function< void()> | func |
| std::exception_ptr | exception |
◆ run()
| void batmat::thread_pool::State::run |
( |
std::stop_token | stop | ) |
|
|
inline |
◆ mtx
| std::mutex batmat::thread_pool::State::mtx |
◆ cv
| std::condition_variable_any batmat::thread_pool::State::cv |
◆ func
| std::function<void()> batmat::thread_pool::State::func |
◆ exception
| std::exception_ptr batmat::thread_pool::State::exception |
The documentation for this struct was generated from the following file: