refactor(furvm): remove executor handle

This commit is contained in:
2026-08-13 14:10:43 +02:00
parent 713aec199f
commit 21e92dcb4b
6 changed files with 21 additions and 47 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
struct context {
furvm::context_p context = std::make_shared<furvm::context>();
furvm::mod_h mod;
furvm::executor_h executor;
furvm::executor* executor = nullptr;
furvm::function_h mainFunction;
bool running = true;