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

Method ~AlwaysUseNewThreadExecutor

src/babylon/executor.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52AlwaysUseNewThreadExecutor::~AlwaysUseNewThreadExecutor() noexcept {
53 join();
54}
55
56int AlwaysUseNewThreadExecutor::invoke(
57 MoveOnlyFunction<void(void)>&& function) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected