We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206d7b6 commit d51c4aaCopy full SHA for d51c4aa
1 file changed
Sources/Creators/AsyncTimerSequence.swift
@@ -5,7 +5,12 @@
5
// Created by Thibault Wittemberg on 04/03/2022.
6
//
7
8
+#if canImport(FoundationEssentials)
9
+import FoundationEssentials
10
+import Dispatch
11
+#else
12
@preconcurrency import Foundation
13
+#endif
14
15
private extension DispatchTimeInterval {
16
var nanoseconds: UInt64 {
0 commit comments