Bash++
Bash++ compiler internal documentation
ThreadPool Member List

This is the complete list of members for ThreadPool, including all inherited members.

cleanup()ThreadPool
conditionThreadPoolprivate
enqueue(std::function< void()> task)ThreadPool
getThreadCount() constThreadPool
operator=(const ThreadPool &other)=deleteThreadPool
operator=(ThreadPool &&other) noexcept=deleteThreadPool
queue_mutexThreadPoolprivate
stopThreadPoolprivate
tasksThreadPoolprivate
ThreadPool(size_t threads=std::thread::hardware_concurrency())ThreadPoolexplicit
ThreadPool(const ThreadPool &other)=deleteThreadPool
ThreadPool(ThreadPool &&other) noexcept=deleteThreadPool
workersThreadPoolprivate
~ThreadPool()ThreadPool