We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4913d7a commit c1a1af1Copy full SHA for c1a1af1
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