We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d413 commit 7e358e5Copy full SHA for 7e358e5
1 file changed
Tool/Sources/CustomAsyncAlgorithms/TimedDebounce.swift
@@ -43,6 +43,8 @@ private actor TimedDebounceFunction<Element> {
43
44
public extension AsyncSequence {
45
/// Debounce, but only if the value is received within a certain time frame.
46
+ ///
47
+ /// In the future when we drop macOS 12 support we should just use chunked from AsyncAlgorithms.
48
func timedDebounce(
49
for duration: TimeInterval
50
) -> AsyncThrowingStream<Element, Error> {
0 commit comments