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

Method ThreadSafe

src/runtime/core/executor/asio_thread_executor.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 std::string_view Name() const noexcept override { return name_; }
50
51 bool ThreadSafe() const noexcept override { return (options_.thread_num == 1); }
52 bool IsInCurrentExecutor() const noexcept override;
53 bool SupportTimerSchedule() const noexcept override { return true; }
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected