Skip to content

v2.3.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ikopylov ikopylov released this 07 Jul 16:10
· 145 commits to master since this release

Changes:

  • Queues infrastructure added (DiskQueue, MemoryQueue, TransformationQueue, LevelingQueue)
  • QueueAsyncProcessor now supported newly added Queues
  • MonitorObject added
  • StaticThreadPool and DynamicThreadPool does not use own SynchrnizationContext and TaskScheduler by default since now
  • Specific exceptions moved to their specific namespaces
  • EntryCountingEvent method names simplified
  • Public surface comments partially translated to English
  • Code refactoring
  • Bug fixes