File tree Expand file tree Collapse file tree 6 files changed +67
-55
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 6 files changed +67
-55
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2021 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
+
1
13
import Swift
2
14
3
15
@_silgen_name ( " swift_continuation_logFailedCheck " )
Original file line number Diff line number Diff line change 1
- //// ===----------------------------------------------------------------------===//
2
- ////
3
- //// This source file is part of the Swift.org open source project
4
- ////
5
- //// Copyright (c) 2021 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
- //// ===----------------------------------------------------------------------===//
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2021 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
12
13
13
import Swift
14
14
Original file line number Diff line number Diff line change 1
- //// ===----------------------------------------------------------------------===//
2
- ////
3
- //// This source file is part of the Swift.org open source project
4
- ////
5
- //// Copyright (c) 2020 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
- //// ===----------------------------------------------------------------------===//
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2020 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
12
13
13
import Swift
14
14
@_implementationOnly import _SwiftConcurrencyShims
Original file line number Diff line number Diff line change 1
- //// ===----------------------------------------------------------------------===//
2
- ////
3
- //// This source file is part of the Swift.org open source project
4
- ////
5
- //// Copyright (c) 2020 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
- //// ===----------------------------------------------------------------------===//
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2020 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
12
13
13
import Swift
14
14
@_implementationOnly import _SwiftConcurrencyShims
Original file line number Diff line number Diff line change 1
- //// ===----------------------------------------------------------------------===//
2
- ////
3
- //// This source file is part of the Swift.org open source project
4
- ////
5
- //// Copyright (c) 2020 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
- //// ===----------------------------------------------------------------------===//
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2020 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
12
13
13
import Swift
14
14
@_implementationOnly import _SwiftConcurrencyShims
Original file line number Diff line number Diff line change 1
- //// ===----------------------------------------------------------------------===//
2
- ////
3
- //// This source file is part of the Swift.org open source project
4
- ////
5
- //// Copyright (c) 2020-2021 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
- //// ===----------------------------------------------------------------------===//
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2020-2021 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
12
13
13
import Swift
14
14
@_implementationOnly import _SwiftConcurrencyShims
You can’t perform that action at this time.
0 commit comments