pub unsafe extern "C-unwind" fn twz_rt_spawn_thread(
args: spawn_args,
) -> spawn_result
Expand description
Sawn a thread. On success, that thread starts executing concurrently with this function’s return.
pub unsafe extern "C-unwind" fn twz_rt_spawn_thread(
args: spawn_args,
) -> spawn_result
Sawn a thread. On success, that thread starts executing concurrently with this function’s return.