← Docs
kotlin-stdlib / kotlin / LazyThreadSafetyMode / NONE

NONE

Common
JVM
JS
Native
1.0
NONE
(source)

No locks are used to synchronize an access to the Lazy instance value; if the instance is accessed from multiple threads, its behavior is undefined.

This mode should not be used unless the Lazy instance is guaranteed never to be initialized from more than one thread.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .