![]() |
Tacopie
3.0.0
Tacopie is a TCP Client & Server C++11 library.
|
This is the complete list of members for tacopie::utils::thread_pool, including all inherited members.
add_task(const task_t &task) | tacopie::utils::thread_pool | |
fetch_task(void) | tacopie::utils::thread_pool | private |
is_running(void) const | tacopie::utils::thread_pool | |
m_nb_threads | tacopie::utils::thread_pool | private |
m_should_stop | tacopie::utils::thread_pool | private |
m_tasks | tacopie::utils::thread_pool | private |
m_tasks_condvar | tacopie::utils::thread_pool | private |
m_tasks_mtx | tacopie::utils::thread_pool | private |
m_workers | tacopie::utils::thread_pool | private |
operator<<(const task_t &task) | tacopie::utils::thread_pool | |
operator=(const thread_pool &)=delete | tacopie::utils::thread_pool | |
run(void) | tacopie::utils::thread_pool | private |
set_nb_threads(std::size_t nb_threads) | tacopie::utils::thread_pool | |
should_stop(void) const | tacopie::utils::thread_pool | private |
stop(void) | tacopie::utils::thread_pool | |
task_t typedef | tacopie::utils::thread_pool | |
thread_pool(std::size_t nb_threads) | tacopie::utils::thread_pool | explicit |
thread_pool(const thread_pool &)=delete | tacopie::utils::thread_pool | |
~thread_pool(void) | tacopie::utils::thread_pool |