NONE

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.

Properties

Link copied to clipboard
expect val name: String

Returns the name of this enum constant, exactly as declared in its enum declaration.

Link copied to clipboard
expect val ordinal: Int

Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).