twizzler_rt_abi::thread

Function twz_rt_spawn_thread

source
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.