Module inner

Module inner 

Source
Expand description

A guard that sets the minimum stack size for the current thread to min_stack_size bytes.

Structsยง

StackGuard
Sets the stack size to min_stack_size bytes on call to new() and resets to the previous value when this structure is dropped.