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

Method ThreadPoolExecutor

src/babylon/executor.h:258–258  ·  view source on GitHub ↗

Use **this** in worker thread, so no copy nor move

Source from the content-addressed store, hash-verified

256 public:
257 // Use **this** in worker thread, so no copy nor move
258 ThreadPoolExecutor() = default;
259 ThreadPoolExecutor(ThreadPoolExecutor&&) noexcept = delete;
260 ThreadPoolExecutor(const ThreadPoolExecutor&) noexcept = delete;
261 ThreadPoolExecutor& operator=(ThreadPoolExecutor&&) noexcept = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected