forpy
2
|
This is the complete list of members for forpy::ThreadControl, including all inherited members.
DISALLOW_COPY_AND_ASSIGN(ThreadControl) | forpy::ThreadControl | private |
get_idle() | forpy::ThreadControl | inline |
get_num() | forpy::ThreadControl | inline |
getInstance() | forpy::ThreadControl | inlinestatic |
push(F &&f, C *c, Rest &&... rest) -> std::future< decltype((c-> *f)(new forpy::Desk(0), rest...))> | forpy::ThreadControl | inline |
push(F &&f, Rest &&... rest) -> std::future< decltype(f(new Desk(0), rest...))> | forpy::ThreadControl | inline |
push(F &&f) -> std::future< decltype(f(new Desk(0)))> | forpy::ThreadControl | inline |
push_move(F &&f, C *c, M &&movable, Rest &&... rest) -> std::future< decltype((c-> *f)(new forpy::Desk(0), movable, rest...))> | forpy::ThreadControl | inline |
set_num(size_t n) | forpy::ThreadControl | inline |
stop(const bool &wait=false) | forpy::ThreadControl | inline |
ThreadControl() | forpy::ThreadControl | inlineprivate |
ttp | forpy::ThreadControl | private |
~ThreadControl() | forpy::ThreadControl | inline |