-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Heartbeat, Throttle and add Debounce (#34)
* Working (sorta) throttle Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Add Heartbeat tests, attempt to make heartbeat skip Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Fix problems in Heartbeat and throttle Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Add Debounce and DelayEachDemand. Improve throttle to allow buffering Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Undo package version change mistake Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Fix inadvertant changes Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com> * Undo inadvertant change Signed-off-by: EandJsFilmCrew <789213+rvsrvs@users.noreply.github.com>
- Loading branch information
Showing
16 changed files
with
420 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
FreeCombine.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "swift-atomics", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-atomics.git", | ||
"state" : { | ||
"revision" : "919eb1d83e02121cdb434c7bfc1f0c66ef17febe", | ||
"version" : "1.0.2" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.