Skip to content

Commit

Permalink
Use underscored method
Browse files Browse the repository at this point in the history
  • Loading branch information
mgacy committed Jan 17, 2024
1 parent a8a0c38 commit bee8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WatcherCore/WatcherCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extension WatcherCore {
do {
for try await event in EventStreamGenerator
.changes(on: paths)
.throttle(for: .seconds(throttleInterval)) {
._throttle(for: .seconds(throttleInterval)) {
await operation(event)
}
} catch {
Expand Down

0 comments on commit bee8996

Please sign in to comment.