enum class LazyThreadSafetyMode
Specifies how a Lazy instance synchronizes access among multiple threads.
SYNCHRONIZED
Locks are used to ensure that only a single thread can initialize the Lazy instance.
联系方式: