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

Function PyExecutorRefExecuteAtWrapper

src/runtime/python_runtime/export_executor.h:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32inline void PyExecutorRefExecuteAtWrapper(
33 aimrt::executor::ExecutorRef& executor,
34 std::chrono::system_clock::time_point tp,
35 std::function<void()>&& task) {
36 executor.ExecuteAt(tp, std::move(task));
37}
38
39inline void PyExecutorRefExecuteAfterWrapper(
40 aimrt::executor::ExecutorRef& executor,

Callers

nothing calls this directly

Calls 1

ExecuteAtMethod · 0.45

Tested by

no test coverage detected