MCPcopy Create free account
hub / github.com/AimRT/AimRT / Name

Method Name

src/runtime/core/executor/simple_thread_executor.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 std::string_view Type() const noexcept override { return "simple_thread"; }
41 std::string_view Name() const noexcept override { return name_; }
42
43 bool ThreadSafe() const noexcept override { return true; }
44 bool IsInCurrentExecutor() const noexcept override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected