unsafeLazy
Returns a lazy delegate that will initialize its value only once, without synchronization. Because we are in a single-threaded environment, this is safe and significantly faster.
Returns a lazy delegate that will initialize its value only once, without synchronization. Because we are in a single-threaded environment, this is safe and significantly faster.