Rename test module, kinda get connection working.

This commit is contained in:
Michael Mikovsky
2025-11-08 10:30:21 -07:00
parent b6b665dfad
commit 8f33945633
19 changed files with 669 additions and 143 deletions
+2 -5
View File
@@ -38,17 +38,14 @@ impl Manager {
let runtime = init(this.clone());
info!("Initialized {}", i);
runtimes.push(runtime);
}
Self::join(&mut runtimes);
}
// /// Helper function to retrieve ManagerInterface type, for interfacing with ModuleManager accross FFI boundry.
// pub fn get_interface(&self) -> ManagerInterface {
// ManagerInterface::from_raw(Self::get_manager)
// }
/// Iterateratively loop through all runtimes, until all are finished executing
pub fn join(runtimes: &mut Vec<Box<dyn ModuleRuntime>>) {
// let mut len = runtimes.len().clone();