Module sync
Available on crate features
__ecma
and ecma_ast
only.Expand description
Thread-safe, blocking version of OnceCell
.
Structsยง
- A value which is initialized on the first access.
- A thread-safe cell which can be written to only once.