Module oncelock

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.
OnceCell
A thread-safe cell which can be written to only once.