Sets the size of the thread's stack.
impl Builder { fn set_stack_size(&mut self, size: usize) -> Result<(), Errno> }
The size of the thread's stack.