Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ ExecutorBase
Method
ExecutorBase
src/runtime/core/executor/executor_base.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
class ExecutorBase {
16
public:
17
ExecutorBase() = default;
18
virtual ~ExecutorBase() = default;
19
20
ExecutorBase(const ExecutorBase&) = delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected