Function twz_rt_spawn_thread

Source
pub fn twz_rt_spawn_thread(args: ThreadSpawnArgs) -> Result<ThreadId>
Expand description

Spawn a thread. On success, that thread starts executing concurrently with the return of this function.