pub unsafe extern "C-unwind" fn twz_rt_spawn_thread(
args: spawn_args,
) -> spawn_resultExpand 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_resultSawn a thread. On success, that thread starts executing concurrently with this function’s return.