update docs and comments

This commit is contained in:
Ian Chua
2026-07-02 19:34:04 +08:00
parent ecddf3d18f
commit 25b29c0b53
6 changed files with 95 additions and 56 deletions

View File

@@ -31,7 +31,7 @@ public:
~PluginManager();
// Initialize plugin system (no longer initializes Python — that happens lazily on first load_plugin)
// Initialize the plugin system, eagerly starting the embedded Python interpreter on the main thread.
bool initialize();
// Stop discovery and unload Python plugin objects before Python finalizes.