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.