#include <thread_pool.h>
Definition at line 32 of file thread_pool.h.
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
int |
num_threads | ) |
|
|
inlineexplicit |
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
const ThreadPool & |
| ) |
|
|
delete |
absl::synchronization_internal::ThreadPool::~ThreadPool |
( |
| ) |
|
|
inline |
std::queue<std::function<void()> > queue_ absl::synchronization_internal::ThreadPool::GUARDED_BY |
( |
mu_ |
| ) |
|
|
private |
void absl::synchronization_internal::ThreadPool::Schedule |
( |
std::function< void()> |
func | ) |
|
|
inline |
bool absl::synchronization_internal::ThreadPool::WorkAvailable |
( |
| ) |
const |
|
inlineprivate |
void absl::synchronization_internal::ThreadPool::WorkLoop |
( |
| ) |
|
|
inlineprivate |
absl::Mutex absl::synchronization_internal::ThreadPool::mu_ |
|
private |
std::vector<std::thread> absl::synchronization_internal::ThreadPool::threads_ |
|
private |
The documentation for this class was generated from the following file: