☰
Module unsync
Structs
?
Module
titanium
::
desktop
::
gui
::
libdruid
::
piet
::
cairo
::
glib
::
once_cell
::
unsync
[
−
]
Expand description
Single-threaded version of
OnceCell
.
Structs
Lazy
A value which is initialized on the first access.
OnceCell
A cell which can be written to only once. It is not thread safe.