cpp-mate
0.7
Helpful library for C++.
|
This is the complete list of members for CppMate::ThreadPool< R >, including all inherited members.
addTask(F &&task, A &&... args) | CppMate::ThreadPool< R > | inline |
getMaxThreads() const | CppMate::ThreadPool< R > | inline |
getPendingTasksCount() const | CppMate::ThreadPool< R > | inline |
getWaitingCount() const | CppMate::ThreadPool< R > | inline |
getWorkersCount() const | CppMate::ThreadPool< R > | inline |
hasPendingTasks() const | CppMate::ThreadPool< R > | inline |
operator=(const ThreadPool &other)=delete | CppMate::ThreadPool< R > | |
operator=(ThreadPool &&other)=default | CppMate::ThreadPool< R > | |
ThreadPool(unsigned maxThreads=0) | CppMate::ThreadPool< R > | inlineexplicit |
ThreadPool(const ThreadPool &other)=delete | CppMate::ThreadPool< R > | |
ThreadPool(ThreadPool &&other)=default | CppMate::ThreadPool< R > | |
~ThreadPool() | CppMate::ThreadPool< R > | inline |