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 31f7dfe commit b99c62bCopy full SHA for b99c62b
stdlib/public/core/ThreadLocalStorage.swift
@@ -1,3 +1,14 @@
1
+//===--- ThreadLocalStorage.swift -----------------------------------------===//
2
+//
3
+// This source file is part of the Swift.org open source project
4
5
+// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
6
+// Licensed under Apache License v2.0 with Runtime Library Exception
7
8
+// See https://swift.org/LICENSE.txt for license information
9
+// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
11
+//===----------------------------------------------------------------------===//
12
import SwiftShims
13
14
// For testing purposes, a thread-safe counter to guarantee that destructors get
0 commit comments