Skip to main content

set_behavior

Function set_behavior 

Source
pub fn set_behavior(behavior: OverflowingBehavior)
Available on crate feature overflowing only.
Expand description

Set the overflowing behavior for the process.

This function is thread-safe and can be used to change the behavior at runtime.

The default behavior is to ignore overflows.