Абстрактный класс для создания пулов управления потоками.
More...
#include <AsyncFw/ThreadPool>
|
|
| AbstractThreadPool (const std::string &) |
| |
|
virtual void | quit () |
| |
|
AbstractThread * | thread () |
| |
|
std::string | name () const |
| |
|
AbstractThread::LockGuard | threads (std::vector< AbstractThreadPool::Thread * > **) |
| |
|
|
virtual void | appendThread (AbstractThreadPool::Thread *) |
| |
|
virtual void | removeThread (AbstractThreadPool::Thread *) |
| |
|
|
std::vector< AbstractThreadPool::Thread * > | threads_ |
| |
|
std::mutex | mutex |
| |
|
AbstractThread * | thread_ |
| |
Абстрактный класс для создания пулов управления потоками.
The documentation for this class was generated from the following files: