MCPcopy Create free account
hub / github.com/baidu/babylon / ~ThreadPoolExecutor

Method ~ThreadPoolExecutor

src/babylon/executor.cpp:71–73  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// ThreadPoolExecutor begin

Source from the content-addressed store, hash-verified

69////////////////////////////////////////////////////////////////////////////////
70// ThreadPoolExecutor begin
71ThreadPoolExecutor::~ThreadPoolExecutor() noexcept {
72 stop();
73}
74
75void ThreadPoolExecutor::set_worker_number(size_t worker_number) noexcept {
76 _worker_number = worker_number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected