You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/include/atomic-counter.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/src/atomic-counter.c
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/include/hooked-functions.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/src/hooked-functions.c
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/include/hooked-functions.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
Copy file name to clipboardExpand all lines: IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/src/hooked-functions.c
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
//
3
3
// This source file is part of the Swift Distributed Tracing open source project
4
4
//
5
-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5
+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
> We anticipate the upcoming [Swift Concurrency](https://forums.swift.org/t/swift-concurrency-roadmap/41611) features to have significant impact on the usage of these APIs, if task-local values **(proposal coming soon)** are accepted into the language.
24
-
>
25
-
> As such, we advice to adopt these APIs carefully, and offer them _optionally_, i.e. provide defaulted values for context parameters such that users do not necessarily have to use them – because the upcoming Swift Concurrency story should enable APIs to gain automatic context propagation using task locals (if the proposal were to be accepted).
26
-
>
27
-
> At this point in time we would like to focus on Tracer implementations, final API polish and adoption in "glue" libraries between services, such as AsyncHTTPClient, gRPC and similar APIs.
0 commit comments