ESLauncher2
ESLauncher2
copied to clipboard
EndlessSkyCommunity
Reame
Issues
Use std::sync::LazyLock instead of lazy_static
Open
yjhn
opened this issue 1 year ago
• 0 comments
std::sync::LazyLock
is an alternative to lazy_static that has been
recently stabilized
.
Jul 31 '24 10:07
yjhn