swc_
core
39.0.0
Module unsync
Module Items
Structs
In swc_
core::
ecma::
utils::
swc_
atoms::
once_
cell
swc_core
::
ecma
::
utils
::
swc_atoms
::
once_cell
Module
unsync
Copy item path
Available on
crate features
__ecma
and
__utils
only.
Expand description
Single-threaded version of
OnceCell
.
Structs
ยง
Lazy
A value which is initialized on the first access.
Once
Cell
A cell which can be written to only once. It is not thread safe.