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 06b1cfe commit 051a7c6Copy full SHA for 051a7c6
1 file changed
Sources/AsyncQueue/CancellableQueue.swift
@@ -20,7 +20,12 @@
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
// SOFTWARE.
22
23
+#if canImport(FoundationEssentials)
24
+import FoundationEssentials
25
+import Dispatch
26
+#else
27
import Foundation
28
+#endif
29
30
/// A queue wrapper that enables cancelling all currently executing and pending tasks.
31
///
0 commit comments