Skip to main contentModule once
Source - LazyLock
- A lazily initialized value.
- OnceCell
- A synchronization primitive that represents a value that is initialized at most once.
- Ready
- A synchronization primitive that can be used to block a thread until a value is ready.
The procedure is as follows: