Functionality to call high-level code from C++.

This commit is contained in:
Marcel Keller
2024-11-21 12:18:10 +11:00
parent e7554ccbfd
commit 91321ff8cd
245 changed files with 3875 additions and 1139 deletions

View File

@@ -60,6 +60,7 @@ public:
virtual Thread<T>* new_thread(int i);
void run();
void run_with_error();
virtual void post_run() {}
};