zef_helpers_lazy library
Classes
-
Lazy<
T> -
A class that provides lazy initialization for a value of type
T
. The value is created by a factory function the first time it is needed. Optionally, the value can expire based on a duration or a custom condition, which will trigger the recreation of the value upon the next access.