![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 31 of file threadpool.h.
#include <threadpool.h>
Public Member Functions | |
| ThreadPool (int num_threads) | |
| ThreadPool (absl::string_view prefix, int num_threads) | |
| ~ThreadPool () | |
| void | Schedule (absl::AnyInvocable< void() && > callback) |
|
explicit |
Definition at line 33 of file threadpool.cc.
| operations_research::ThreadPool::ThreadPool | ( | absl::string_view | prefix, |
| int | num_threads ) |
Definition at line 41 of file threadpool.cc.
| operations_research::ThreadPool::~ThreadPool | ( | ) |
Definition at line 44 of file threadpool.cc.
| void operations_research::ThreadPool::Schedule | ( | absl::AnyInvocable< void() && > | callback | ) |
Definition at line 123 of file threadpool.cc.