summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-concurrent.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make local lazy values thread-safe.Iulian Dragos2010-06-091-0/+17
is now guaranteed to be initialized at most once, even when accessed from different threads. Closes #3007, review by odersky.