SYNOPSIS
No synopsis found.
top
No synopsis found.
#include <omni/sync/threadpool.hpp>
omni::sync::threadpool::threadpool()
omni::sync::threadpool::~threadpool()
std::size_t omni::sync::threadpool::active_threads()
std::size_t omni::sync::threadpool::available_threads()
void omni::sync::threadpool::clear_queue()
std::size_t omni::sync::threadpool::max_threads()
std::size_t omni::sync::threadpool::min_threads()
void omni::sync::threadpool::queue(const omni::sync::parameterized_thread_start& task)
std::size_t omni::sync::threadpool::queue_size()
bool omni::sync::threadpool::set_max_threads(std::size_t count)
bool omni::sync::threadpool::set_min_threads(std::size_t count)
void omni::sync::threadpool::wait_active_queue()
top