Lazy Thread Safety Mode
Specifies how a Lazy instance synchronizes initialization among multiple threads.
Entries
Link copied to clipboard
Locks are used to ensure that only a single thread can initialize the Lazy instance.
Link copied to clipboard