pub type ThreadSpawnArgs = spawn_args;Expand description
Arguments to spawn.
Aliased Type§
struct ThreadSpawnArgs {
pub stack_size: usize,
pub start: usize,
pub arg: usize,
}Fields§
§stack_size: usizeSize of stack to allocate
start: usizeStarting address
arg: usizeStarting argument