mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
Functionality to call high-level code from C++.
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
virtual Thread<T>* new_thread(int i);
|
||||
|
||||
void run();
|
||||
void run_with_error();
|
||||
|
||||
virtual void post_run() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user