class WorkerPool

Defined at line 14 of file ../../src/developer/debug/zxdb/common/worker_pool.h

Public Methods

void WorkerPool (size_t thread_count)

Defined at line 7 of file ../../src/developer/debug/zxdb/common/worker_pool.cc

void ~WorkerPool ()

Defined at line 14 of file ../../src/developer/debug/zxdb/common/worker_pool.cc

void PostTask (std::function<void ()> work)

Defined at line 27 of file ../../src/developer/debug/zxdb/common/worker_pool.cc