cpp-mate  0.7
Helpful library for C++.
CppMate::ThreadPool< R > Member List

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() constCppMate::ThreadPool< R >inline
getPendingTasksCount() constCppMate::ThreadPool< R >inline
getWaitingCount() constCppMate::ThreadPool< R >inline
getWorkersCount() constCppMate::ThreadPool< R >inline
hasPendingTasks() constCppMate::ThreadPool< R >inline
operator=(const ThreadPool &other)=deleteCppMate::ThreadPool< R >
operator=(ThreadPool &&other)=defaultCppMate::ThreadPool< R >
ThreadPool(unsigned maxThreads=0)CppMate::ThreadPool< R >inlineexplicit
ThreadPool(const ThreadPool &other)=deleteCppMate::ThreadPool< R >
ThreadPool(ThreadPool &&other)=defaultCppMate::ThreadPool< R >
~ThreadPool()CppMate::ThreadPool< R >inline