kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
LazyThreadSafetyMode
/
SYNCHRONIZED
SYNCHRONIZED
Common
SYNCHRONIZED
(
)
Content copied to clipboard
Locks are used to ensure that only a single thread can initialize the
Lazy
instance.
Properties
Properties
name
Link copied to clipboard
Common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
Common
val
ordinal
:
Int
Content copied to clipboard