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

Method invoke

src/babylon/basic_executor.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5// clang-foramt on
6
7BABYLON_NAMESPACE_BEGIN
8
9////////////////////////////////////////////////////////////////////////////////
10// BasicExecutor begin
11int BasicExecutor::invoke(MoveOnlyFunction<void(void)>&&) noexcept {
12 return -1;
13}
14
15BasicExecutor*& BasicExecutor::current() noexcept {
16 static thread_local BasicExecutor* executor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected