Module oncelock
devela
0.23.0-wip
Module oncelock
Module Items
Structs
In devela::
_
dep::
fltk::
utils
Modules
oncelock
Functions
char_len
decode_uri
filename_expand
hex2rgb
hex2rgba
is
is_ptr_of
open_uri
rgb2hex
rgba2hex
type_name
devela
::
_dep
::
fltk
::
utils
Module
oncelock
Copy item path
Settings
Help
Summary
Available on
crate feature
dep_fltk
only.
Expand description
A utility module containing a OnceCell and Lazy types
Structs
§
Lazy
A value which is initialized on the first access.
Once
Cell
A thread-safe cell which can be written to only once.