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

Function PyCoreStart

src/runtime/python_runtime/export_core_runtime.h:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23inline void PyCoreStart(aimrt::runtime::core::AimRTCore& core) {
24 // Release GIL before blocking
25 pybind11::gil_scoped_release release;
26 core.Start();
27 pybind11::gil_scoped_acquire acquire;
28}
29
30inline void PyCoreRegisterModule(
31 aimrt::runtime::core::AimRTCore& core, const aimrt::ModuleBase* module) {

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected