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.
pub fn twz_rt_spawn_thread(args: ThreadSpawnArgs) -> Result<ThreadId>
Spawn a thread. On success, that thread starts executing concurrently with the return of this function.