localSuspendLazy
The same as suspendLazy but with LazyThreadSafetyMode.NONE
Use this for local lazy variables, which only one thread/coroutine can access
The same as suspendLazy but with LazyThreadSafetyMode.NONE
Use this for local lazy variables, which only one thread/coroutine can access