ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
pcre2_singleton Struct Reference

Represents a thread-safe compiled PCRE2 regex singleton. More...

Detailed Description

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.

Definition at line 21 of file pcre2.c.


The documentation for this struct was generated from the following file: