diff --git a/docs/threadpool/README_8md.html b/docs/threadpool/README_8md.html new file mode 100644 index 0000000..b305ab6 --- /dev/null +++ b/docs/threadpool/README_8md.html @@ -0,0 +1,83 @@ + + +
+ + + + +
+ Threadpool
+
+ |
+
+ Threadpool
+
+ |
+
▼Nmaxtek | |
Cthreadpool |
+ Threadpool
+
+ |
+
+ Threadpool
+
+ |
+
This is the complete list of members for maxtek::threadpool, including all inherited members.
+active() const | maxtek::threadpool | |
shutdown() | maxtek::threadpool | |
submit(F &&function, Args &&...args) | maxtek::threadpool | inline |
threadpool(size_t threads=std::thread::hardware_concurrency()) | maxtek::threadpool | |
~threadpool() | maxtek::threadpool |
+ Threadpool
+
+ |
+
#include <threadpool.hpp>
+Public Member Functions | |
threadpool (size_t threads=std::thread::hardware_concurrency()) | |
~threadpool () | |
template<class F , class... Args> | |
std::future< std::result_of_t< F(Args...)> > | submit (F &&function, Args &&...args) |
bool | active () const |
void | shutdown () |
maxtek::threadpool::threadpool | +( | +size_t | threads = std::thread::hardware_concurrency() | ) | ++ |
maxtek::threadpool::~threadpool | +( | +) | ++ |
bool maxtek::threadpool::active | +( | +) | +const | +
void maxtek::threadpool::shutdown | +( | +) | ++ |
+
|
+ +inline | +
+ Threadpool
+
+ |
+
threadpool.hpp |
+ Threadpool
+
+ |
+
+ Threadpool
+
+ |
+
+ Threadpool
+
+ |
+