Skip to content

Commit 7e358e5

Browse files
committed
Update
1 parent 998d413 commit 7e358e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tool/Sources/CustomAsyncAlgorithms/TimedDebounce.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ private actor TimedDebounceFunction<Element> {
4343

4444
public extension AsyncSequence {
4545
/// 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.
4648
func timedDebounce(
4749
for duration: TimeInterval
4850
) -> AsyncThrowingStream<Element, Error> {

0 commit comments

Comments
 (0)