feat: Added RateLimitedEventQueue collection for throttling events

This commit is contained in:
Chris Cameron
2018-06-29 16:37:45 -04:00
parent 588e3df86e
commit 621d83d8dc
4 changed files with 284 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Adding SequenceComparer for ordering collections of lists, arrays, etc
- Added RateLimitedEventQueue collection for throttling events
### Changed
- Potential fix for timer disposal on Net Standard