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 20707d9 commit 2358336Copy full SHA for 2358336
Sources/AsyncHelpers/Timeout.swift
@@ -2,7 +2,7 @@
2
// See https://gist.github.com/rnapier/af027808dcfca84686f063963e2a29f5
3
4
import Dispatch
5
-#if os(Linux)
+#if os(Linux) || os(Android)
6
import let CDispatch.NSEC_PER_SEC
7
#endif
8
0 commit comments