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ยง
- Check if strict consistency is required.
- insane ๐Check if the insane mode is enabled.