regex_automata::util

Module 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 for T.