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

Method AlwaysUseNewThreadExecutor

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

Source from the content-addressed store, hash-verified

241
242 private:
243 AlwaysUseNewThreadExecutor() noexcept = default;
244 AlwaysUseNewThreadExecutor(AlwaysUseNewThreadExecutor&&) = delete;
245 AlwaysUseNewThreadExecutor(const AlwaysUseNewThreadExecutor&) = delete;
246 AlwaysUseNewThreadExecutor& operator=(AlwaysUseNewThreadExecutor&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected