feat: Adding ThreadedWorkerQueue

This commit is contained in:
Drew Tingen
2020-09-17 15:21:27 -04:00
committed by Chris Cameron
parent 9a68f0446d
commit 4321ad6157
3 changed files with 168 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added extensions to raise events with common event args using the data directly
- Added property to IcdEnvironment to determine whether SSL communication is enabled
- Added IcdTimeZoneInfo, a very light implementation of System.TimeZoneInfo for the .NET Compact Framework
- Added ThreadedWorkerQueue - a threadsafe way to enqueue items and have a worker thread process them one at a time
### Changed
- Repeater changed to use configured callbacks instead of a dumb event