|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Represents a thread-safe compiled PCRE2 regex singleton. More...
Represents a thread-safe compiled PCRE2 regex singleton.
Uses atomic flag for thread-safe lazy initialization without mutexes. The compilation flag is set only once, and the compiled code is read-only after that, enabling concurrent access from multiple threads.