No locks are used to synchronize access and initialization of a Lazy instance value. If the instance is accessed from multiple threads, its behavior is unspecified.
This mode should not be used unless the Lazy instance is guaranteed never to be initialized from more than one thread.