Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created March 1, 2020 20:06
Show Gist options
  • Save lordcodes/52dd751d2100274b5e0d6875ea59f41a to your computer and use it in GitHub Desktop.
Save lordcodes/52dd751d2100274b5e0d6875ea59f41a to your computer and use it in GitHub Desktop.
Code for the article: "The power of lazy properties in Kotlin"
private val messageId by lazy(LazyThreadSafetyMode.NONE) { createMessageId() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment