Inviwo
0.9.10.1
Inviwo documentation
|
This is the complete list of members for inviwo::ThreadPool, including all inherited members.
enqueue(F &&f, Args &&... args) -> std::future< typename std::result_of< F(Args...)>::type > (defined in inviwo::ThreadPool) | inviwo::ThreadPool | |
getSize() const (defined in inviwo::ThreadPool) | inviwo::ThreadPool | |
ThreadPool(size_t threads, std::function< void()> onThreadStart=[]() {}, std::function< void()> onThreadStop=[]() {}) (defined in inviwo::ThreadPool) | inviwo::ThreadPool | |
trySetSize(size_t size) (defined in inviwo::ThreadPool) | inviwo::ThreadPool | |
~ThreadPool() (defined in inviwo::ThreadPool) | inviwo::ThreadPool |