swc_
core
6.0.1
Module sync
Module Items
Structs
In swc_
core::
base::
atoms::
once_
cell
swc_core
::
base
::
atoms
::
once_cell
Module
sync
Copy item path
Available on
crate feature
__base
only.
Expand description
Thread-safe, blocking version of
OnceCell
.
Structs
ยง
Lazy
A value which is initialized on the first access.
Once
Cell
A thread-safe cell which can be written to only once.