pub fn twz_rt_spawn_thread(
args: ThreadSpawnArgs,
) -> Result<ThreadId, SpawnError>
Expand description
Spawn a thread. On success, that thread starts executing concurrently with the return of this function.
pub fn twz_rt_spawn_thread(
args: ThreadSpawnArgs,
) -> Result<ThreadId, SpawnError>
Spawn a thread. On success, that thread starts executing concurrently with the return of this function.