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 375a973 commit 205d5a4Copy full SHA for 205d5a4
Sources/DispatchAsync/DispatchTime.swift
@@ -70,7 +70,10 @@ extension DispatchAsync {
70
}
71
72
73
-// NOTE: The following was copied from swift-nio/Source/NIOCore/TimeAmount+Duration on June 27, 2025
+// NOTE: The following was copied from swift-nio/Source/NIOCore/TimeAmount+Duration on June 27, 2025.
74
+//
75
+// See https://github.com/apple/swift-nio/blob/83bc5b58440373a7678b56fa0d9cc22ca55297ee/Sources/NIOCore/TimeAmount%2BDuration.swift
76
77
// It was copied rather than brought via dependencies to avoid introducing
78
// a dependency on swift-nio for such a small piece of code.
79
//
0 commit comments