Module consistency

Source
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.