Method lrs::thread::Builder::set_stack_size

Sets the size of the thread's stack.

Syntax

impl Builder {
    fn set_stack_size(&mut self, size: usize) -> Result<(), Errno>
}

Arguments

NameDescription
size

The size of the thread's stack.