Expand description
A guard that sets the minimum stack size for the current thread to min_stack_size bytes.
Structsยง
- Stack
Guard - Sets the stack size to
min_stack_sizebytes on call tonew()and resets to the previous value when this structure is dropped.