#include <ders/config.hpp>
#include <ders/task.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Classes | |
class | ders::thread_pool |
Interface that defines thread pool. More... | |
Typedefs | |
typedef sh_ptr< thread_pool > | ders::sh_thread_pool |
Functions | |
sh_thread_pool | ders::new_thread_pool (mem_pool &mp) |
Creates new singlethreaded thread_pool object. | |
sh_thread_pool | ders::new_thread_pool (mem_pool &mp, int cnt) |
Creates new multithreaded thread_pool object. |
Definition in file thread_pool.hpp.