Module regex_automata::util::lazy
source · Expand description
A lazily initialized value for safe sharing between threads.
The principal type in this module is Lazy
, which makes it easy to construct
values that are shared safely across multiple threads simultaneously.
Structs§
- A lazily initialized value that implements
Deref
forT
.