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

Function PyExecutorRefExecuteWrapper

src/runtime/python_runtime/export_executor.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27inline void PyExecutorRefExecuteWrapper(
28 aimrt::executor::ExecutorRef& executor, std::function<void()>&& task) {
29 executor.Execute(std::move(task));
30}
31
32inline void PyExecutorRefExecuteAtWrapper(
33 aimrt::executor::ExecutorRef& executor,

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected