We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27c5bc commit 3e9a602Copy full SHA for 3e9a602
1 file changed
Sources/ThreadKit/Debouncer.swift
@@ -1,4 +1,4 @@
1
-import UIKit
+import QuartzCore
2
3
/// The purpose of this class is to "debounce" a 'call' that happens as a result of a rapid callback
4
/// But needs to be rate limited for performance reasons.
0 commit comments