Function slos_hosted::host::hosted_kmain[][src]

pub fn hosted_kmain() -> Result<()>
Expand description

Run slos::kmain in our hosted environment

This function should be spawned in a new thread, the handle of that thread stored (so we can join it at the end of execution), and the thread object passed to the helper threads that should be spawned after the thread running this function.