Expand description
This module contains global variables and methods to access the stream consistency settings.
Macrosยง
- consistency_
error ๐ - Log an error message for breaking consistency. Must only be called in non-strict mode. The log message will be suppressed if it is called too frequently.
- consistency_
panic ๐ - Log an error message for breaking consistency, then panic if strict consistency is required. The log message will be suppressed if it is called too frequently.
Staticsยง
- INSANE_
MODE ๐
Functionsยง
- enable_
strict_ ๐consistency - Check if strict consistency is required.
- insane ๐
- Check if the insane mode is enabled.