wasmer_wasix::syscalls::wasix::thread_spawn

Function handle_thread_result

Source
fn handle_thread_result(
    env: &WasiFunctionEnv,
    store: &mut Store,
    err: Result<(), RuntimeError>,
) -> Result<Option<ExitCode>, DeepSleepWork>