We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6054df6 commit e150f55Copy full SHA for e150f55
Sources/ConcurrencyExtras/MainSerialExecutor.swift
@@ -1,4 +1,4 @@
1
-#if !os(WASI) && !os(Windows)
+#if !os(WASI) && !os(Windows) && !os(Android)
2
import Foundation
3
4
/// Perform an operation on the main serial executor.
0 commit comments