We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2621 commit 5dcc5a6Copy full SHA for 5dcc5a6
docs/docs/reference/other-new-features/threadUnsafe-annotation.md
@@ -3,8 +3,8 @@ layout: doc-page
3
title: threadUnsafe annotation
4
---
5
6
-A new annotation `@threadUnsafe` can be used on a field which defines a lazy
7
-val. When this annotation is used, the initialization of the lazy val will use a
+A new annotation `@threadUnsafe` can be used on a field which defines a `lazy
+val`. When this annotation is used, the initialization of the lazy val will use a
8
faster mechanism which is not thread-safe.
9
10
### Example
0 commit comments