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